Danil Chapovalov
cad3e0e2fa
Replace DataSize and DataRate factories with newer versions
This is search and replace change:
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/DataSize::Bytes<\(.*\)>()/DataSize::Bytes(\1)/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/DataSize::bytes/DataSize::Bytes/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/DataRate::BitsPerSec<\(.*\)>()/DataRate::BitsPerSec(\1)/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/DataRate::BytesPerSec<\(.*\)>()/DataRate::BytesPerSec(\1)/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/DataRate::KilobitsPerSec<\(.*\)>()/DataRate::KilobitsPerSec(\1)/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/DataRate::bps/DataRate::BitsPerSec/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/DataRate::kbps/DataRate::KilobitsPerSec/g"
git cl format
Bug: webrtc:9709
Change-Id: I65aaca69474ba038c1fe2dd8dc30d3f8e7b94c29
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168647
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30545}
2020-02-18 16:09:50 +00:00
..
2020-01-21 12:13:11 +00:00
2020-01-16 15:20:35 +00:00
2020-02-12 21:29:09 +00:00
2018-11-08 19:10:47 +00:00
2018-12-10 11:19:35 +00:00
2019-10-15 09:07:44 +00:00
2019-11-21 14:55:21 +00:00
2018-11-29 14:01:39 +00:00
2019-07-08 13:45:15 +00:00
2019-10-18 11:34:48 +00:00
2019-12-03 15:55:04 +00:00
2018-11-09 13:33:37 +00:00
2018-12-13 14:00:39 +00:00
2019-01-31 13:03:31 +00:00
2019-07-08 13:45:15 +00:00
2019-07-08 13:45:15 +00:00
2019-07-08 13:45:15 +00:00
2018-06-19 14:02:11 +00:00
2019-11-21 12:03:35 +00:00
2019-10-09 16:58:34 +00:00
2019-10-09 16:58:34 +00:00
2019-07-08 13:45:15 +00:00
2020-02-18 16:09:50 +00:00
2019-08-02 13:52:54 +00:00
2019-07-04 15:54:36 +00:00
2019-11-27 10:18:45 +00:00
2018-06-19 14:00:39 +00:00
2018-10-08 07:44:19 +00:00
2019-05-03 12:16:34 +00:00
2019-10-15 09:07:44 +00:00
2018-09-11 22:35:30 +00:00
2019-03-22 12:44:51 +00:00
2019-12-02 17:11:37 +00:00
2020-01-16 14:11:15 +00:00
2019-06-26 16:06:52 +00:00
2019-12-19 10:39:04 +00:00
2019-04-09 07:57:18 +00:00
2019-09-17 15:47:29 +00:00
2019-04-09 07:57:18 +00:00
2019-06-05 11:58:57 +00:00
2019-09-17 15:47:29 +00:00
2019-07-08 13:45:15 +00:00
2020-02-07 14:14:47 +00:00
2018-08-29 11:57:00 +00:00
2020-02-07 14:14:47 +00:00
2020-02-10 12:12:47 +00:00
2019-03-01 07:02:42 +00:00
2020-01-17 15:57:38 +00:00