Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/units/
H A Dtimestamp.h63 constexpr int64_t seconds_or(int64_t fallback_value) const {
66 constexpr int64_t ms_or(int64_t fallback_value) const {
69 constexpr int64_t us_or(int64_t fallback_value) const {
H A Dtime_delta.h75 constexpr int64_t seconds_or(int64_t fallback_value) const {
78 constexpr int64_t ms_or(int64_t fallback_value) const {
81 constexpr int64_t us_or(int64_t fallback_value) const {
H A 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()
H A Ddata_size.h41 constexpr int64_t bytes_or(int64_t fallback_value) const { in bytes_or()
/aosp_15_r20/external/webrtc/rtc_base/units/
H A Dunit_base.h149 constexpr T ToValueOr(T fallback_value) const { in ToValueOr()
171 constexpr int64_t ToFractionOr(int64_t fallback_value) const { in ToFractionOr()
/aosp_15_r20/system/linkerconfig/modules/tests/
H A Dvariables_test.cc45 TEST(linkerconfig_variables, fallback_value) { in TEST() argument
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dlibbpf_internal.h319 #define OPTS_GET(opts, field, fallback_value) \ argument
/aosp_15_r20/external/libbpf/src/
H A Dlibbpf_internal.h319 #define OPTS_GET(opts, field, fallback_value) \ argument