Searched refs:get_fn_t (Results 1 – 1 of 1) sorted by relevance
46 using get_fn_t = decltype(&singletonGetInstanceContents); in TEST() typedef53 get_fn_t get1 = reinterpret_cast<get_fn_t>(dlsym(handle1, "singletonGetInstanceContents")); in TEST()55 get_fn_t get2 = reinterpret_cast<get_fn_t>(dlsym(handle2, "singletonGetInstanceContents")); in TEST()