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-02-10 12:21:17 +00:00
2019-03-22 12:14:41 +00:00
2020-01-31 16:44:47 +00:00
2019-09-17 15:47:29 +00:00
2018-10-23 06:48:51 +00:00
2019-09-17 15:47:29 +00:00
2018-10-23 06:48:51 +00:00
2018-11-08 15:43:03 +00:00
2019-07-08 13:45:15 +00:00
2019-07-03 12:31:42 +00:00
2019-12-06 15:11:54 +00:00
2019-12-16 14:51:16 +00:00
2018-09-11 08:47:04 +00:00
2019-04-02 10:13:36 +00:00
2020-01-16 15:20:35 +00:00
2019-04-02 10:13:36 +00:00
2019-04-25 08:09:29 +00:00
2019-04-25 08:09:29 +00:00
2020-01-21 13:38:08 +00:00
2020-01-21 13:38:08 +00:00
2020-02-10 12:12:47 +00:00
2020-01-31 16:44:47 +00:00
2020-01-31 16:44:47 +00:00
2020-01-14 14:47:48 +00:00
2020-01-21 11:48:11 +00:00
2019-07-02 14:40:20 +00:00
2019-06-05 12:08:07 +00:00
2019-06-24 08:26:17 +00:00
2020-01-21 13:38:08 +00:00
2019-07-02 14:40:20 +00:00
2019-07-02 10:55:55 +00:00
2019-07-02 10:55:55 +00:00