Lines Matching defs:p3

30         const test_type* const p3 = value.get_ptr<const test_type* const>();
31 CHECK(p3 == value.get_ptr<const test_type* const>());
32 CHECK(*p3 == value.get<test_type>());
59 const test_type* const p3 = value.get_ptr<const test_type* const>();
60 CHECK(p3 == value.get_ptr<const test_type* const>());
61 CHECK(*p3 == value.get<test_type>());
88 const test_type* const p3 = value.get_ptr<const test_type* const>();
89 CHECK(p3 == value.get_ptr<const test_type* const>());
90 CHECK(*p3 == value.get<test_type>());
117 const test_type* const p3 = value.get_ptr<const test_type* const>();
118 CHECK(p3 == value.get_ptr<const test_type* const>());
119 CHECK(*p3 == value.get<test_type>());
146 const test_type* const p3 = value.get_ptr<const test_type* const>();
147 CHECK(p3 == value.get_ptr<const test_type* const>());
148 CHECK(*p3 == value.get<test_type>());
175 const test_type* const p3 = value.get_ptr<const test_type* const>();
176 CHECK(p3 == value.get_ptr<const test_type* const>());
177 CHECK(*p3 == value.get<test_type>());
204 const test_type* const p3 = value.get_ptr<const test_type* const>();
205 CHECK(p3 == value.get_ptr<const test_type* const>());
206 CHECK(*p3 == value.get<test_type>());
233 const test_type* const p3 = value.get_ptr<const test_type* const>();
234 CHECK(p3 == value.get_ptr<const test_type* const>());
235 CHECK(*p3 == value.get<test_type>());
262 const test_type* const p3 = value.get_ptr<const test_type* const>();
263 CHECK(p3 == value.get_ptr<const test_type* const>());
264 CHECK(*p3 == value.get<test_type>());
291 const test_type* const p3 = value.get_ptr<const test_type* const>();
292 CHECK(p3 == value.get_ptr<const test_type* const>());
293 CHECK(*p3 == value.get<test_type>());
320 const test_type* const p3 = value.get_ptr<const test_type* const>();
321 CHECK(p3 == value.get_ptr<const test_type* const>());
322 CHECK(*p3 == value.get<test_type>());
349 const test_type* const p3 = value.get_ptr<const test_type* const>();
350 CHECK(p3 == value.get_ptr<const test_type* const>());
351 CHECK(*p3 == value.get<test_type>());
378 const test_type* const p3 = value.get_ptr<const test_type* const>();
379 CHECK(p3 == value.get_ptr<const test_type* const>());
380 CHECK(*p3 == Approx(value.get<test_type>()));
407 const test_type* const p3 = value.get_ptr<const test_type* const>();
408 CHECK(p3 == value.get_ptr<const test_type* const>());
409 CHECK(*p3 == Approx(value.get<test_type>()));
436 const test_type* const p3 = value.get_ptr<const test_type* const>();
437 CHECK(p3 == value.get_ptr<const test_type* const>());
438 CHECK(*p3 == value.get<test_type>());
465 const test_type* const p3 = value.get_ptr<const test_type* const>();
466 CHECK(p3 == value.get_ptr<const test_type* const>());
467 CHECK(*p3 == value.get<test_type>());