Searched defs:function_ptr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsrpc_client.cc24 MethodInfo(const RpcFunction function_ptr, argument
32 function_ptr_(function_ptr),
44 RpcFunction function_ptr() const { return function_ptr_; } function in class:plugin::MethodInfo
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp158 typedef void(*function_ptr)(int, ...); typedef in namespace:t11
162 function_ptr get_f_ptr();
166 function_ptr arr_f_ptr[5];
H A DMicrosoftExtensions.cpp156 long (*function_ptr)(int a); variable
161 void *a3 = function_ptr;
/external/chromium_org/sandbox/win/src/
H A Dwin_utils.cc313 FARPROC* function_ptr = reinterpret_cast<FARPROC*>(ptr); local
314 *function_ptr = ::GetProcAddress(ntdll, name);
316 for (int tries = 1; !(*function_ptr) && tries < max_tries; ++tries) {
320 *function_ptr = ::GetProcAddress(ntdll, name);
323 CHECK_NT(*function_ptr);

Completed in 1727 milliseconds