Searched refs:has_fn_t (Results 1 – 1 of 1) sorted by relevance
45 using has_fn_t = decltype(&singletonHasInstance); in TEST() typedef49 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()