Home
last modified time | relevance | path

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

/src/contrib/kyua/utils/
H A Doptional_test.cpp116 const optional< int > with_none(none); in ATF_TEST_CASE_BODY() local
117 ATF_REQUIRE(!with_none); in ATF_TEST_CASE_BODY()
123 const optional< int > copy_none(with_none); in ATF_TEST_CASE_BODY()
138 const optional< std::string > with_none(none); in ATF_TEST_CASE_BODY() local
139 ATF_REQUIRE(!with_none); in ATF_TEST_CASE_BODY()
145 const optional< std::string > copy_none(with_none); in ATF_TEST_CASE_BODY()