/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
srpc_client.cc | 24 MethodInfo(const RpcFunction function_ptr, 32 function_ptr_(function_ptr), 44 RpcFunction function_ptr() const { return function_ptr_; } function in class:plugin::MethodInfo
|
/external/clang/test/SemaCXX/ |
vararg-non-pod.cpp | 158 typedef void(*function_ptr)(int, ...); typedef in namespace:t11 162 function_ptr get_f_ptr(); 166 function_ptr arr_f_ptr[5];
|
MicrosoftExtensions.cpp | 156 long (*function_ptr)(int a); variable 161 void *a3 = function_ptr;
|
/external/chromium_org/content/renderer/ |
render_font_warmup_win.cc | 175 PROC* function_ptr = &vtable[kGetSystemFontCollectionVTableIndex]; local 177 base::win::ModifyCode(function_ptr, &stub_function, sizeof(PROC));
|
/external/chromium_org/sandbox/win/src/ |
win_utils.cc | 318 FARPROC* function_ptr = reinterpret_cast<FARPROC*>(ptr); local 319 *function_ptr = ::GetProcAddress(ntdll, name); 320 CHECK_NT(*function_ptr);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
type_with_alignment.hpp | 39 typedef void (*function_ptr)(); typedef in namespace:boost::detail 47 , void*, function_ptr, member_ptr, member_function_ptr)) 52 , void*, function_ptr, member_ptr, member_function_ptr))
|
/external/lldb/source/Expression/ |
IRForTarget.cpp | 297 llvm::Value *function_ptr, 300 for (Value::use_iterator i = function_ptr->use_begin(), e = function_ptr->use_end(); [all...] |
/external/lldb/include/lldb/Expression/ |
ClangFunction.h | 77 /// @param[in] function_ptr 89 Function &function_ptr,
|
IRForTarget.h | 226 llvm::Value *function_ptr,
|