Searched defs:error_or (Results 1 – 4 of 4) sorted by relevance
370 constexpr E error_or(G&& g) && { in error_or() function374 constexpr E error_or(G&& g) const& { in error_or() function809 constexpr E error_or(G&& g) const& { in error_or() function817 constexpr E error_or(G&& g) const&& { in error_or() function
463 constexpr E error_or(G&& e) const& noexcept { in error_or() function472 constexpr E error_or(G&& e) && noexcept { in error_or() function
16 void AssertError(ErrorOr<Value> error_or, Error::Code code) { in AssertError()
56 StatusOr<Foo> error_or(Status::UNKNOWN); in TEST() local