Lines Matching refs:cl_obj
181 TestClass cl_obj(42); in bullet_one_two_tests() local
182 std::reference_wrapper<TestClass> cl(cl_obj); in bullet_one_two_tests()
194 DerivedFromTestClass cl_obj(42); in bullet_one_two_tests() local
195 std::reference_wrapper<DerivedFromTestClass> cl(cl_obj); in bullet_one_two_tests()
207 TestClass cl_obj(42); in bullet_one_two_tests() local
208 TestClass *cl = &cl_obj; in bullet_one_two_tests()
215 DerivedFromTestClass cl_obj(42); in bullet_one_two_tests() local
216 DerivedFromTestClass *cl = &cl_obj; in bullet_one_two_tests()
269 Fn cl_obj(42); in bullet_three_four_tests() local
270 Fn* cl = &cl_obj; in bullet_three_four_tests()
278 Fn cl_obj(42); in bullet_three_four_tests() local
279 Fn* cl = &cl_obj; in bullet_three_four_tests()