Searched defs:function_pointer (Results 1 – 4 of 4) sorted by relevance
49 int (*function_pointer)(int, int) = &TestFunctionThatTakesTwoInts; in F() local
46 void function_pointer(C<void(*)(void)>) {} in function_pointer() function
173 typedef int (*function_pointer)(int); typedef
249 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer) in vlVdpGetProcAddress()