Home
last modified time | relevance | path

Searched refs:singletonHasInstance (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/libutils/
H A DSingleton_test.h34 bool singletonHasInstance();
H A DSingleton_test2.cpp34 bool singletonHasInstance() { in singletonHasInstance() function
H A DSingleton_test1.cpp35 bool singletonHasInstance() { in singletonHasInstance() function
H A DSingleton_test.cpp45 using has_fn_t = decltype(&singletonHasInstance); in TEST()