Home
last modified time | relevance | path

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

/external/pigweed/pw_function/
Dfunction_test.cc166 Closure not_null([]() {}); in TEST() local
183 Closure not_null([]() {}); in TEST() local
207 Closure not_null(ptr); in TEST() local
414 pw::Closure not_null([]() {}); in TEST() local
/external/openscreen/util/
Dweak_ptr_unittest.cc39 WeakPtr<const int> not_null = factory.GetWeakPtr(); in TEST() local
/external/flashrom/tests/
Dtests.c27 void *not_null(void) in not_null() function