Danil Chapovalov
0c626afcf3
Use newer version of TimeDelta and TimeStamp factories in webrtc
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/TimeDelta::Micros<\(.*\)>()/TimeDelta::Micros(\1)/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/TimeDelta::Millis<\(.*\)>()/TimeDelta::Millis(\1)/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/TimeDelta::Seconds<\(.*\)>()/TimeDelta::Seconds(\1)/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/TimeDelta::us/TimeDelta::Micros/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/TimeDelta::ms/TimeDelta::Millis/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/TimeDelta::seconds/TimeDelta::Seconds/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/Timestamp::Micros<\(.*\)>()/Timestamp::Micros(\1)/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/Timestamp::Millis<\(.*\)>()/Timestamp::Millis(\1)/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/Timestamp::Seconds<\(.*\)>()/Timestamp::Seconds(\1)/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/Timestamp::us/Timestamp::Micros/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/Timestamp::ms/Timestamp::Millis/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/Timestamp::seconds/Timestamp::Seconds/g"
git cl format
Bug: None
Change-Id: I87469d2e4a38369654da839ab7c838215a7911e7
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168402
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30491}
2020-02-10 12:21:17 +00:00
..
2020-01-17 12:50:20 +00:00
2020-02-07 15:11:08 +00:00
2019-12-07 00:54:26 +00:00
2019-12-07 00:54:26 +00:00
2020-01-22 11:12:27 +00:00
2020-01-22 11:12:27 +00:00
2019-09-17 15:47:29 +00:00
2019-09-17 15:47:29 +00:00
2020-02-10 12:21:17 +00:00
2020-02-10 12:21:17 +00:00
2020-02-03 10:19:08 +00:00
2019-09-17 15:47:29 +00:00
2019-09-17 15:47:29 +00:00
2020-01-24 12:53:07 +00:00
2019-09-13 13:23:34 +00:00
2020-01-29 18:14:24 +00:00
2020-01-29 18:14:24 +00:00
2019-12-04 21:09:57 +00:00
2019-11-26 19:19:36 +00:00
2020-02-10 12:21:17 +00:00
2020-01-29 18:14:24 +00:00
2019-09-18 16:27:44 +00:00
2019-12-03 19:50:42 +00:00
2020-01-31 16:44:47 +00:00
2020-01-30 12:42:38 +00:00
2020-01-30 12:42:38 +00:00
2020-01-29 11:55:05 +00:00
2019-12-12 09:15:21 +00:00
2020-01-24 12:53:07 +00:00
2020-01-07 08:56:04 +00:00
2020-02-10 12:21:17 +00:00
2019-12-06 08:47:19 +00:00
2019-09-17 15:47:29 +00:00
2020-02-10 12:21:17 +00:00
2020-02-10 12:21:17 +00:00
2019-09-19 14:43:04 +00:00
2019-09-18 06:37:58 +00:00
2019-11-06 08:48:52 +00:00