Home
last modified time | relevance | path

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

/system/core/libutils/
DSingleton_test.cpp45 using has_fn_t = decltype(&singletonHasInstance); in TEST() typedef
49 has_fn_t has1 = reinterpret_cast<has_fn_t>(dlsym(handle1, "singletonHasInstance")); in TEST()
51 has_fn_t has2 = reinterpret_cast<has_fn_t>(dlsym(handle2, "singletonHasInstance")); in TEST()