Lines Matching refs:p2
41 const auto& p2 = value.get_ref<const test_type&>();
42 CHECK(&p2 == value.get_ptr<const test_type*>());
43 CHECK(p2 == value.get<test_type>());
70 const auto& p2 = value.get_ref<const test_type&>();
71 CHECK(&p2 == value.get_ptr<const test_type*>());
72 CHECK(p2 == value.get<test_type>());
85 const auto& p2 = value.get_ref<const test_type&>();
86 CHECK(&p2 == value.get_ptr<const test_type*>());
87 CHECK(p2 == value.get<test_type>());
115 const auto& p2 = value.get_ref<const test_type&>();
116 CHECK(&p2 == value.get_ptr<const test_type*>());
117 CHECK(p2 == value.get<test_type>());
145 const auto& p2 = value.get_ref<const test_type&>();
146 CHECK(&p2 == value.get_ptr<const test_type*>());
147 CHECK(p2 == value.get<test_type>());
175 const auto& p2 = value.get_ref<const test_type&>();
176 CHECK(&p2 == value.get_ptr<const test_type*>());
177 CHECK(p2 == value.get<test_type>());
205 const auto& p2 = value.get_ref<const test_type&>();
206 CHECK(&p2 == value.get_ptr<const test_type*>());
207 CHECK(p2 == value.get<test_type>());
234 const auto& p2 = value.get_ref<const test_type&>();
235 CHECK(&p2 == value.get_ptr<const test_type*>());
236 CHECK(p2 == value.get<test_type>());