Home
last modified time | relevance | path

Searched defs:error_or (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_result/public/pw_result/internal/
H A Dexpected_impl.h370 constexpr E error_or(G&& g) && { in error_or() function
374 constexpr E error_or(G&& g) const& { in error_or() function
809 constexpr E error_or(G&& g) const& { in error_or() function
817 constexpr E error_or(G&& g) const&& { in error_or() function
/aosp_15_r20/external/cronet/base/types/
H A Dexpected.h463 constexpr E error_or(G&& e) const& noexcept { in error_or() function
472 constexpr E error_or(G&& e) && noexcept { in error_or() function
/aosp_15_r20/external/openscreen/util/json/
H A Djson_serialization_unittest.cc16 void AssertError(ErrorOr<Value> error_or, Error::Code code) { in AssertError()
/aosp_15_r20/external/libtextclassifier/native/utils/base/
H A Dstatusor_test.cc56 StatusOr<Foo> error_or(Status::UNKNOWN); in TEST() local