Home
last modified time | relevance | path

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

/third_party/boost/libs/optional/test/
Doptional_test_value_access.cpp164 const optional<std::string> makeConstOptVal() in makeConstOptVal() function
171 std::string s5 = *makeConstOptVal(); in test_const_move()
172 std::string s6 = makeConstOptVal().value(); in test_const_move()
Doptional_test_old_impl.cpp165 const optional<std::string> makeConstOptVal() in makeConstOptVal() function
172 std::string s5 = *makeConstOptVal(); in test_const_move()
173 std::string s6 = makeConstOptVal().value(); in test_const_move()