Searched refs:has_error (Results 1 – 4 of 4) sorted by relevance
55 EXPECT_FALSE(IntExp(123).has_error([](auto) { return true; })); in TEST()56 EXPECT_FALSE(IntExp(ftl::Unexpected(std::errc::io_error)).has_error([](auto) { return false; })); in TEST()58 EXPECT_TRUE(StringExp(ftl::Unexpected(std::errc::permission_denied)).has_error([](auto e) { in TEST()113 EXPECT_TRUE(increment_try(ftl::Unexpected(std::errc::value_too_large)).has_error([](std::errc e) { in TEST()118 EXPECT_TRUE(repeat_try(ftl::Unexpected(std::errc::bad_message)).has_error([](std::errc e) { in TEST()
118 constexpr bool has_error(P predicate) const { in has_error() function
103 if (!Out->os().has_error()) { in WriteOutputFile()
3437 activeModeHwcIdExp.has_error([](status_t error) { return error == NO_INIT; })) { in loadDisplayModes()