Home
last modified time | relevance | path

Searched refs:Unwrap (Results 1 – 4 of 4) sorted by relevance

/system/libbase/include/android-base/
Derrors.h83 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&&);
Dresult.h416 static T Unwrap(V&& val) {
/system/keymaster/tests/
Dwrapped_key_test.cpp106 TEST(WrappedKeyTest, Unwrap) { in TEST() argument
/system/core/libutils/include/utils/
DErrorsMacros.h105 static void Unwrap([[maybe_unused]] status_t&& s) { assert(IsOk(s)); }