Searched defs:method_ptr (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/test/CodeGenCXX/ |
D | ubsan-nullability-arg.cpp | 4 namespace method_ptr { namespace
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-more-actions.h | 76 InvokeMethodAction(Class* obj_ptr, MethodPtr method_ptr) in InvokeMethodAction() 126 Class* obj_ptr, MethodPtr method_ptr) { in Invoke()
|
D | gmock-generated-actions.h | 65 MethodPtr method_ptr, in InvokeMethod() 81 MethodPtr method_ptr, in InvokeMethod() 97 MethodPtr method_ptr, in InvokeMethod() 113 MethodPtr method_ptr, in InvokeMethod() 132 MethodPtr method_ptr, in InvokeMethod() 152 MethodPtr method_ptr, in InvokeMethod() 172 MethodPtr method_ptr, in InvokeMethod() 192 MethodPtr method_ptr, in InvokeMethod() 215 MethodPtr method_ptr, in InvokeMethod() 238 MethodPtr method_ptr, in InvokeMethod() [all …]
|
/external/clang/test/CXX/conv/conv.mem/ |
D | p4.cpp | 8 int (Base::*method_ptr)() = &Base::method; variable
|
/external/llvm-project/clang/test/CXX/conv/conv.mem/ |
D | p4.cpp | 8 int (Base::*method_ptr)() = &Base::method; variable
|
/external/libjpeg-turbo/ |
D | jddctmgr.c | 103 inverse_DCT_method_ptr method_ptr = NULL; in start_pass() local
|
/external/rust/crates/grpcio/src/ |
D | channel.rs | 689 let method_ptr = method.name.as_ptr(); in create_call() localVariable
|