Home
last modified time | relevance | path

Searched defs:not_null (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_function/
H A Dfunction_test.cc151 Closure not_null([]() {}); in TEST() local
168 Closure not_null([]() {}); in TEST() local
192 Closure not_null(ptr); in TEST() local
399 pw::Closure not_null([]() {}); in TEST() local
/aosp_15_r20/external/openscreen/util/
H A Dweak_ptr_unittest.cc39 WeakPtr<const int> not_null = factory.GetWeakPtr(); in TEST() local
/aosp_15_r20/external/flashrom/tests/
H A Dtests.c27 void *not_null(void) in not_null() function