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-05-24 12:44:14 +00:00
2019-11-28 11:27:33 +00:00
2020-02-10 12:21:17 +00:00
2019-10-17 16:33:44 +00:00
2019-12-02 09:16:51 +00:00
2020-01-17 10:09:09 +00:00
2019-09-24 08:30:24 +00:00
2019-09-24 08:30:24 +00:00
2019-08-14 00:40:19 +00:00
2019-08-14 00:40:19 +00:00
2019-04-09 11:53:13 +00:00
2019-12-09 10:37:49 +00:00
2019-11-26 18:34:06 +00:00
2020-01-30 12:54:08 +00:00
2019-03-13 20:52:46 +00:00
2019-07-08 13:45:15 +00:00
2019-09-09 16:20:33 +00:00
2019-09-09 16:20:33 +00:00
2020-02-10 12:21:17 +00:00
2019-02-25 20:45:46 +00:00
2020-01-15 12:26:55 +00:00
2019-09-17 15:47:29 +00:00
2020-01-20 12:46:34 +00:00
2020-01-20 12:46:34 +00:00
2019-01-14 17:45:20 +00:00
2020-01-29 11:48:55 +00:00
2019-01-11 17:11:39 +00:00
2019-01-11 17:11:39 +00:00
2019-10-18 09:20:16 +00:00
2020-01-15 10:16:03 +00:00
2019-11-07 13:41:49 +00:00
2019-10-01 08:34:37 +00:00
2019-02-21 13:51:10 +00:00
2019-08-29 15:56:40 +00:00
2020-02-07 08:23:58 +00:00
2019-12-04 13:52:51 +00:00
2019-03-13 17:28:56 +00:00
2019-07-08 13:45:15 +00:00
2019-01-11 17:11:39 +00:00
2019-07-08 13:45:15 +00:00
2019-07-08 13:45:15 +00:00
2019-11-18 16:11:27 +00:00
2019-11-18 16:11:27 +00:00
2019-01-11 17:11:39 +00:00
2019-09-09 16:20:33 +00:00
2019-09-09 16:20:33 +00:00
2019-09-20 11:09:11 +00:00
2020-01-09 12:10:19 +00:00
2019-09-17 15:47:29 +00:00
2020-01-09 13:07:44 +00:00
2019-09-17 15:47:29 +00:00
2019-04-10 10:27:07 +00:00