Home
last modified time | relevance | path

Searched defs:status_or_value (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log_parser.cc1707 auto status_or_value = GetAudioPlayout(event); in StoreParsedLegacyEvent() local
1714 auto status_or_value = GetLossBasedBweUpdate(event); in StoreParsedLegacyEvent() local
1720 auto status_or_value = GetDelayBasedBweUpdate(event); in StoreParsedLegacyEvent() local
1726 auto status_or_value = GetAudioNetworkAdaptation(event); in StoreParsedLegacyEvent() local
1733 auto status_or_value = GetBweProbeClusterCreated(event); in StoreParsedLegacyEvent() local
1745 auto status_or_value = GetBweProbeSuccess(event); in StoreParsedLegacyEvent() local
1749 auto status_or_value = GetBweProbeFailure(event); in StoreParsedLegacyEvent() local
1756 auto status_or_value = GetAlrState(event); in StoreParsedLegacyEvent() local
1762 auto status_or_value = GetIceCandidatePairConfig(event); in StoreParsedLegacyEvent() local
1768 auto status_or_value = GetIceCandidatePairEvent(event); in StoreParsedLegacyEvent() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/coordination/
H A Dcoordination_service_test.cc471 "key0", [&](const StatusOr<std::string>& status_or_value) { in TEST_F()
481 "path//to///key1////", [&](const StatusOr<std::string>& status_or_value) { in TEST_F()
493 "key0", [&](const StatusOr<std::string>& status_or_value) { in TEST_F()
513 [n4](const StatusOr<std::string>& status_or_value) { n4->Notify(); }); in TEST_F()
H A Dcoordination_service_agent.cc504 [n, result](const StatusOr<std::string>& status_or_value) { in GetKeyValue()
576 key, [&n, &result](StatusOr<std::vector<KeyValueEntry>> status_or_value) { in GetKeyValueDir()
H A Dcoordination_service_rpc_handler.cc190 const StatusOr<std::string>& status_or_value) { in GetKeyValueAsync()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dstateful_random_ops.cc200 auto status_or_value = sampler(alg, state, key, shape); in CompileImpl() local
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_experimental.cc808 auto status_or_value = coord_agent->GetKeyValue(key); in TFE_GetConfigKeyValue() local