Lines Matching refs:p2
26 const test_type* p2 = value.get_ptr<const test_type*>();
27 CHECK(p2 == value.get_ptr<const test_type*>());
28 CHECK(*p2 == value.get<test_type>());
55 const test_type* p2 = value.get_ptr<const test_type*>();
56 CHECK(p2 == value.get_ptr<const test_type*>());
57 CHECK(*p2 == value.get<test_type>());
84 const test_type* p2 = value.get_ptr<const test_type*>();
85 CHECK(p2 == value.get_ptr<const test_type*>());
86 CHECK(*p2 == value.get<test_type>());
113 const test_type* p2 = value.get_ptr<const test_type*>();
114 CHECK(p2 == value.get_ptr<const test_type*>());
115 CHECK(*p2 == value.get<test_type>());
142 const test_type* p2 = value.get_ptr<const test_type*>();
143 CHECK(p2 == value.get_ptr<const test_type*>());
144 CHECK(*p2 == value.get<test_type>());
171 const test_type* p2 = value.get_ptr<const test_type*>();
172 CHECK(p2 == value.get_ptr<const test_type*>());
173 CHECK(*p2 == value.get<test_type>());
200 const test_type* p2 = value.get_ptr<const test_type*>();
201 CHECK(p2 == value.get_ptr<const test_type*>());
202 CHECK(*p2 == value.get<test_type>());
229 const test_type* p2 = value.get_ptr<const test_type*>();
230 CHECK(p2 == value.get_ptr<const test_type*>());
231 CHECK(*p2 == value.get<test_type>());
258 const test_type* p2 = value.get_ptr<const test_type*>();
259 CHECK(p2 == value.get_ptr<const test_type*>());
260 CHECK(*p2 == value.get<test_type>());
287 const test_type* p2 = value.get_ptr<const test_type*>();
288 CHECK(p2 == value.get_ptr<const test_type*>());
289 CHECK(*p2 == value.get<test_type>());
316 const test_type* p2 = value.get_ptr<const test_type*>();
317 CHECK(p2 == value.get_ptr<const test_type*>());
318 CHECK(*p2 == value.get<test_type>());
345 const test_type* p2 = value.get_ptr<const test_type*>();
346 CHECK(p2 == value.get_ptr<const test_type*>());
347 CHECK(*p2 == value.get<test_type>());
374 const test_type* p2 = value.get_ptr<const test_type*>();
375 CHECK(p2 == value.get_ptr<const test_type*>());
376 CHECK(*p2 == Approx(value.get<test_type>()));
403 const test_type* p2 = value.get_ptr<const test_type*>();
404 CHECK(p2 == value.get_ptr<const test_type*>());
405 CHECK(*p2 == Approx(value.get<test_type>()));
432 const test_type* p2 = value.get_ptr<const test_type*>();
433 CHECK(p2 == value.get_ptr<const test_type*>());
434 CHECK(*p2 == value.get<test_type>());
461 const test_type* p2 = value.get_ptr<const test_type*>();
462 CHECK(p2 == value.get_ptr<const test_type*>());
463 CHECK(*p2 == value.get<test_type>());