Searched refs:Unwrap (Results 1 – 4 of 4) sorted by relevance
83 ok_or_fail::Unwrap(std::move(__or_return_expr)); \96 ok_or_fail::Unwrap(std::move(__or_fatal_expr)); \109 ok_or_fail::Unwrap(std::move(__or_fatal_expr)); \125 static U Unwrap(T&&);
416 static T Unwrap(V&& val) {
106 TEST(WrappedKeyTest, Unwrap) { in TEST() argument
105 static void Unwrap([[maybe_unused]] status_t&& s) { assert(IsOk(s)); }