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-04-01 07:18:13 +00:00
2019-05-21 07:26:54 +00:00
2019-10-25 12:07:32 +00:00
2019-03-06 14:37:33 +00:00
2020-02-10 12:21:17 +00:00
2020-02-10 12:21:17 +00:00
2020-02-10 12:21:17 +00:00
2020-02-10 12:21:17 +00:00
2020-01-31 11:38:56 +00:00
2020-02-10 12:21:17 +00:00
2019-10-22 08:34:57 +00:00
2019-09-17 15:47:29 +00:00
2020-02-06 10:55:22 +00:00
2019-09-16 11:20:55 +00:00
2019-09-16 11:20:55 +00:00
2020-01-14 14:47:48 +00:00
2019-12-03 10:34:55 +00:00
2019-07-08 13:45:15 +00:00
2019-07-08 13:45:15 +00:00
2019-09-26 12:00:01 +00:00
2020-02-10 12:21:17 +00:00
2019-10-22 08:34:57 +00:00
2019-09-10 12:14:50 +00:00
2019-09-10 12:14:50 +00:00
2019-08-08 08:51:18 +00:00
2019-07-08 13:45:15 +00:00
2019-09-17 15:47:29 +00:00
2019-05-13 14:51:11 +00:00
2019-11-11 10:13:28 +00:00
2019-11-11 10:13:28 +00:00
2019-04-11 13:03:52 +00:00
2019-04-11 13:03:52 +00:00
2019-09-17 15:47:29 +00:00
2019-07-02 10:55:55 +00:00
2019-07-02 10:55:55 +00:00
2019-06-11 14:11:06 +00:00
2019-06-11 14:11:06 +00:00
2019-12-07 00:54:26 +00:00
2019-12-07 00:54:26 +00:00
2020-02-10 12:21:17 +00:00
2020-02-10 12:21:17 +00:00
2020-02-10 12:21:17 +00:00
2019-12-07 00:54:26 +00:00
2019-12-07 00:54:26 +00:00
2019-12-07 00:54:26 +00:00
2019-07-08 13:45:15 +00:00
2019-12-10 17:37:46 +00:00
2019-12-10 17:37:46 +00:00
2019-03-06 14:37:33 +00:00
2019-03-14 14:01:32 +00:00
2019-04-09 17:18:20 +00:00
2019-09-24 08:30:24 +00:00
2019-04-09 17:18:20 +00:00
2019-10-02 13:42:15 +00:00
2019-03-06 14:37:33 +00:00
2019-03-06 14:37:33 +00:00
2019-06-03 16:28:34 +00:00
2019-06-03 16:28:34 +00:00
2019-07-08 13:45:15 +00:00
2019-11-17 07:52:32 +00:00
2019-03-15 18:48:43 +00:00
2019-07-08 13:45:15 +00:00
2019-07-08 13:45:15 +00:00
2019-09-17 15:47:29 +00:00
2019-08-29 15:56:40 +00:00
2020-01-07 13:02:52 +00:00
2019-10-22 08:34:57 +00:00
2019-10-22 08:34:57 +00:00
2020-01-29 10:11:34 +00:00
2019-07-19 06:54:04 +00:00
2019-08-12 15:36:20 +00:00
2019-12-04 11:24:31 +00:00
2019-10-10 13:06:39 +00:00
2019-07-08 13:45:15 +00:00
2019-07-08 13:45:15 +00:00
2019-09-17 15:47:29 +00:00
2020-02-10 12:12:47 +00:00