Home
last modified time | relevance | path

Searched defs:Unexpected (Results 1 – 2 of 2) sorted by relevance

/ark/runtime_core/libpandabase/utils/
Dexpected.h28 explicit Unexpected(E e) noexcept(std::is_nothrow_move_constructible_v<E>) : e_(std::move(e)) {} in Unexpected() function
/ark/runtime_core/libpandabase/tests/
Dexpected_test.cpp40 TEST(Expected, Unexpected) in TEST() argument