Lines Matching refs:helper_const
133 bool helper_const(not_null<const int*> p) { return *p == 12; } in helper_const() function
176 helper_const(&t);
190 helper_const(p);
192 helper_const(x);
205 helper_const(cp);
206 helper_const(x);
225 CHECK_THROWS_AS(helper_const(return_pointer()), fail_fast);
429 helper_const(not_null{&i});
440 helper_const(not_null{p});
465 CHECK_THROWS_AS(helper_const(not_null{p}), fail_fast);
472 helper_const(not_null{nullptr});
485 helper_const(make_not_null(&i));
496 helper_const(make_not_null(p));
523 CHECK_THROWS_AS(helper_const(make_not_null(p)), fail_fast);
530 CHECK_THROWS_AS(helper_const(make_not_null(nullptr)), fail_fast);