Searched refs:ref_wrapper (Results 1 – 1 of 1) sorted by relevance
1218 auto ref_wrapper = ByRef(s1); in TEST() local1219 const std::string& r1 = ref_wrapper; in TEST()1223 ref_wrapper = ByRef(s2); in TEST()1224 const std::string& r2 = ref_wrapper; in TEST()1229 ref_wrapper = ref_wrapper1; in TEST()1230 const std::string& r3 = ref_wrapper; in TEST()