Lines Matching refs:boolean_t
38 CHECK(value.get_ptr<json::boolean_t*>() == nullptr);
67 CHECK(value.get_ptr<const json::boolean_t*>() == nullptr);
96 CHECK(value.get_ptr<json::boolean_t*>() == nullptr);
125 CHECK(value.get_ptr<const json::boolean_t*>() == nullptr);
154 CHECK(value.get_ptr<json::boolean_t*>() == nullptr);
183 CHECK(value.get_ptr<const json::boolean_t*>() == nullptr);
190 SECTION("pointer access to boolean_t")
192 using test_type = json::boolean_t;
212 CHECK(value.get_ptr<json::boolean_t*>() != nullptr);
219 SECTION("pointer access to const boolean_t")
221 using test_type = const json::boolean_t;
241 CHECK(value.get_ptr<const json::boolean_t*>() != nullptr);
270 CHECK(value.get_ptr<json::boolean_t*>() == nullptr);
299 CHECK(value.get_ptr<const json::boolean_t*>() == nullptr);
328 CHECK(value.get_ptr<json::boolean_t*>() == nullptr);
357 CHECK(value.get_ptr<const json::boolean_t*>() == nullptr);
386 CHECK(value.get_ptr<json::boolean_t*>() == nullptr);
415 CHECK(value.get_ptr<const json::boolean_t*>() == nullptr);
444 CHECK(value.get_ptr<const json::boolean_t*>() == nullptr);
473 CHECK(value.get_ptr<const json::boolean_t*>() == nullptr);