Searched refs:PointerArgFunction (Results 1 – 2 of 2) sorted by relevance
76 typedef void (*PointerArgFunction)(void* arg); typedef83 V8_BASE_EXPORT void CallOnceImpl(OnceType* once, PointerArgFunction init_func,88 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func), NULL); in CallOnce()97 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func), in CallOnce()
18 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) { in CallOnceImpl()