webrtc/api/units
Sebastian Jansson c1c8b8e836 Adds constexpr create functions for units.
This adds new constexpr create function for DataSize, DataRate,
TimeDelta and Timestamp. The names are capitalized to mirror the
naming scheme of the previously constexpr methods (Zero and
Infinity create functions). They are also kept longer since they
are not expected to be used in complex expressions.

Bug: webrtc:9574
Change-Id: I5950548718675050fc5d66699de295455c310861
Reviewed-on: https://webrtc-review.googlesource.com/91161
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24218}
2018-08-08 07:38:14 +00:00
..
BUILD.gn Moves network unit types to API. 2018-05-08 11:46:22 +00:00
data_rate.cc Moves network unit types to API. 2018-05-08 11:46:22 +00:00
data_rate.h Adds constexpr create functions for units. 2018-08-08 07:38:14 +00:00
data_rate_unittest.cc Adds constexpr create functions for units. 2018-08-08 07:38:14 +00:00
data_size.cc Moves network unit types to API. 2018-05-08 11:46:22 +00:00
data_size.h Adds constexpr create functions for units. 2018-08-08 07:38:14 +00:00
data_size_unittest.cc Adds constexpr create functions for units. 2018-08-08 07:38:14 +00:00
time_delta.cc Moves network unit types to API. 2018-05-08 11:46:22 +00:00
time_delta.h Adds constexpr create functions for units. 2018-08-08 07:38:14 +00:00
time_delta_unittest.cc Adds constexpr create functions for units. 2018-08-08 07:38:14 +00:00
timestamp.cc Add conversions to and from double for units. 2018-05-30 14:34:02 +00:00
timestamp.h Adds constexpr create functions for units. 2018-08-08 07:38:14 +00:00
timestamp_unittest.cc Adds constexpr create functions for units. 2018-08-08 07:38:14 +00:00