Searched refs:makeConstOptVal (Results 1 – 2 of 2) sorted by relevance
164 const optional<std::string> makeConstOptVal() in makeConstOptVal() function171 std::string s5 = *makeConstOptVal(); in test_const_move()172 std::string s6 = makeConstOptVal().value(); in test_const_move()
165 const optional<std::string> makeConstOptVal() in makeConstOptVal() function172 std::string s5 = *makeConstOptVal(); in test_const_move()173 std::string s6 = makeConstOptVal().value(); in test_const_move()