Home
last modified time | relevance | path

Searched defs:fallback_value (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/units/
Dtimestamp.h62 constexpr int64_t seconds_or(int64_t fallback_value) const {
65 constexpr int64_t ms_or(int64_t fallback_value) const {
68 constexpr int64_t us_or(int64_t fallback_value) const {
Dtime_delta.h70 constexpr int64_t seconds_or(int64_t fallback_value) const {
73 constexpr int64_t ms_or(int64_t fallback_value) const {
76 constexpr int64_t us_or(int64_t fallback_value) const {
Ddata_rate.h65 constexpr int64_t bps_or(int64_t fallback_value) const { in bps_or()
68 constexpr int64_t kbps_or(int64_t fallback_value) const { in kbps_or()
Ddata_size.h41 constexpr int64_t bytes_or(int64_t fallback_value) const { in bytes_or()
/external/webrtc/rtc_base/units/
Dunit_base.h149 constexpr T ToValueOr(T fallback_value) const { in ToValueOr()
171 constexpr int64_t ToFractionOr(int64_t fallback_value) const { in ToFractionOr()