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
..
2019-07-08 13:45:15 +00:00
2019-04-15 12:11:36 +00:00
2020-01-09 12:45:33 +00:00
2020-01-09 12:45:33 +00:00
2020-01-09 12:45:33 +00:00
2019-12-09 11:00:10 +00:00
2018-11-02 12:17:53 +00:00
2019-07-08 13:45:15 +00:00
2018-11-02 12:17:53 +00:00
2019-08-05 13:47:01 +00:00
2019-08-05 13:47:01 +00:00
2019-09-10 14:39:55 +00:00
2019-04-11 11:15:26 +00:00
2019-05-09 12:13:24 +00:00
2019-09-10 14:39:55 +00:00
2019-09-19 09:38:49 +00:00
2019-09-10 14:39:55 +00:00
2020-02-10 12:21:17 +00:00
2020-02-10 12:21:17 +00:00
2019-08-08 15:21:35 +00:00
2019-07-08 13:45:15 +00:00
2018-11-01 14:51:38 +00:00
2019-07-08 13:45:15 +00:00
2019-03-22 09:20:23 +00:00
2019-03-22 09:20:23 +00:00
2019-10-11 15:34:33 +00:00
2019-11-27 10:18:45 +00:00
2019-10-11 15:34:33 +00:00
2018-11-28 18:25:07 +00:00
2019-07-08 13:45:15 +00:00
2018-10-15 08:05:38 +00:00
2019-03-25 09:26:22 +00:00
2019-11-11 10:13:28 +00:00
2019-11-11 10:13:28 +00:00
2019-11-11 10:13:28 +00:00
2019-08-05 09:43:19 +00:00
2019-08-05 09:43:19 +00:00
2019-08-05 09:43:19 +00:00
2018-11-28 18:25:07 +00:00
2019-07-08 13:45:15 +00:00
2018-11-20 13:12:57 +00:00
2019-11-04 13:50:59 +00:00
2020-02-07 14:14:47 +00:00
2020-02-07 14:14:47 +00:00
2019-06-07 09:43:26 +00:00
2019-07-08 13:45:15 +00:00
2019-06-07 09:43:26 +00:00
2019-09-06 11:17:30 +00:00
2019-09-06 11:17:30 +00:00
2019-09-06 11:17:30 +00:00
2020-02-10 12:21:17 +00:00
2019-08-30 08:23:37 +00:00
2019-08-30 08:23:37 +00:00