Searched refs:ref_wrapper (Results 1 – 2 of 2) sorted by relevance
1230 ::testing::internal::ReferenceWrapper<const std::string> ref_wrapper = in TEST()1232 const std::string& r1 = ref_wrapper; in TEST()1236 ref_wrapper = ByRef(s2); in TEST()1237 const std::string& r2 = ref_wrapper; in TEST()1243 ref_wrapper = ref_wrapper1; in TEST()1244 const std::string& r3 = ref_wrapper; in TEST()
1173 auto ref_wrapper = ByRef(s1); in TEST() local1174 const std::string& r1 = ref_wrapper; in TEST()1178 ref_wrapper = ByRef(s2); in TEST()1179 const std::string& r2 = ref_wrapper; in TEST()1184 ref_wrapper = ref_wrapper1; in TEST()1185 const std::string& r3 = ref_wrapper; in TEST()