Home
last modified time | relevance | path

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

/external/pigweed/pw_function/
Dfunction_test.cc117 Closure not_null([]() {}); in TEST() local
134 Closure not_null([]() {}); in TEST() local
158 Closure not_null(ptr); in TEST() local
289 pw::Closure not_null([]() {}); in TEST() local
/external/openscreen/util/
Dweak_ptr_unittest.cc39 WeakPtr<const int> not_null = factory.GetWeakPtr(); in TEST() local