Home
last modified time | relevance | path

Searched refs:NonDefaultConstructible (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dexpected_test.cpp42 struct NonDefaultConstructible { struct
43 NonDefaultConstructible() = delete;
77 EXPECT_FALSE((std::is_default_constructible_v<Expected<NonDefaultConstructible, ErrorCode>>)); in TEST()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dexpected_test.cpp44 struct NonDefaultConstructible { struct
45 NonDefaultConstructible() = delete;
79 EXPECT_FALSE((std::is_default_constructible_v<Expected<NonDefaultConstructible, ErrorCode>>)); in TEST()

Completed in 2 milliseconds