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-11-19 10:14:31 +00:00
2019-04-02 10:13:36 +00:00
2020-01-29 13:46:28 +00:00
2019-07-08 13:45:15 +00:00
2019-06-04 14:35:54 +00:00
2019-06-04 14:35:54 +00:00
2019-02-27 15:08:34 +00:00
2019-01-25 20:29:58 +00:00
2019-07-08 13:45:15 +00:00
2020-02-07 15:11:08 +00:00
2020-02-07 15:11:08 +00:00
2020-01-08 14:12:08 +00:00
2019-07-08 13:45:15 +00:00
2019-07-08 13:45:15 +00:00
2019-06-20 10:24:29 +00:00
2019-06-20 10:24:29 +00:00
2018-12-18 07:42:21 +00:00
2018-10-18 08:42:22 +00:00
2019-10-25 11:06:31 +00:00
2020-02-07 15:11:08 +00:00
2019-01-24 11:53:26 +00:00
2019-06-04 14:35:54 +00:00
2019-06-04 14:35:54 +00:00
2019-12-06 15:11:54 +00:00
2020-02-07 15:11:08 +00:00
2019-01-11 17:11:39 +00:00
2019-01-11 17:11:39 +00:00
2020-02-10 12:21:17 +00:00
2020-01-14 14:47:48 +00:00
2019-10-07 23:01:28 +00:00
2019-07-08 13:45:15 +00:00
2019-07-08 13:45:15 +00:00
2019-03-19 16:48:47 +00:00
2019-12-19 15:00:41 +00:00
2019-12-19 15:00:41 +00:00
2019-12-19 15:00:41 +00:00
2019-02-06 19:18:15 +00:00
2019-07-08 13:45:15 +00:00
2019-07-08 13:45:15 +00:00
2019-01-11 17:11:39 +00:00
2019-01-11 17:11:39 +00:00
2019-01-11 17:11:39 +00:00
2019-11-18 16:11:27 +00:00
2019-01-11 17:11:39 +00:00
2019-12-19 10:39:04 +00:00
2019-12-19 10:39:04 +00:00
2019-12-19 10:39:04 +00:00
2019-12-19 10:39:04 +00:00
2019-12-19 10:39:04 +00:00
2019-02-18 13:44:14 +00:00
2019-12-19 10:39:04 +00:00
2019-12-19 10:39:04 +00:00
2019-12-19 10:39:04 +00:00
2019-01-29 02:35:50 +00:00
2019-01-11 17:11:39 +00:00
2018-11-28 18:25:07 +00:00
2019-04-02 10:13:36 +00:00