Home
last modified time | relevance | path

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

/third_party/boost/libs/optional/test/
Doptional_test_value_access.cpp107 struct FunM struct
131 FunM funM; in test_function_value_or_eval() argument
136 BOOST_TEST_EQ(o1.value_or_eval(FunM()), 1); in test_function_value_or_eval()
137 BOOST_TEST_EQ(oN.value_or_eval(FunM()), 5); in test_function_value_or_eval()
Doptional_test_old_impl.cpp108 struct FunM struct
132 FunM funM; in test_function_value_or_eval() argument
137 BOOST_TEST_EQ(o1.value_or_eval(FunM()), 1); in test_function_value_or_eval()
138 BOOST_TEST_EQ(oN.value_or_eval(FunM()), 5); in test_function_value_or_eval()