Searched defs:method_ptr (Results 1 – 8 of 8) sorted by relevance
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-more-actions.h | 74 InvokeMethodAction(Class* obj_ptr, MethodPtr method_ptr) in InvokeMethodAction() 107 Class* obj_ptr, MethodPtr method_ptr) { in Invoke()
|
D | gmock-actions.h | 755 InvokeMethodWithoutArgsAction(Class* obj_ptr, MethodPtr method_ptr) in InvokeMethodWithoutArgsAction() 1050 InvokeWithoutArgs(Class* obj_ptr, MethodPtr method_ptr) { in InvokeWithoutArgs()
|
D | gmock-generated-actions.h | 63 MethodPtr method_ptr, in InvokeMethod() 80 MethodPtr method_ptr, in InvokeMethod() 98 MethodPtr method_ptr, in InvokeMethod() 117 MethodPtr method_ptr, in InvokeMethod() 136 MethodPtr method_ptr, in InvokeMethod() 158 MethodPtr method_ptr, in InvokeMethod() 180 MethodPtr method_ptr, in InvokeMethod() 202 MethodPtr method_ptr, in InvokeMethod() 225 MethodPtr method_ptr, in InvokeMethod() 248 MethodPtr method_ptr, in InvokeMethod() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-more-actions.h | 74 InvokeMethodAction(Class* obj_ptr, MethodPtr method_ptr) in InvokeMethodAction() 124 Class* obj_ptr, MethodPtr method_ptr) { in Invoke()
|
D | gmock-generated-actions.h | 63 MethodPtr method_ptr, in InvokeMethod() 79 MethodPtr method_ptr, in InvokeMethod() 95 MethodPtr method_ptr, in InvokeMethod() 111 MethodPtr method_ptr, in InvokeMethod() 130 MethodPtr method_ptr, in InvokeMethod() 150 MethodPtr method_ptr, in InvokeMethod() 170 MethodPtr method_ptr, in InvokeMethod() 190 MethodPtr method_ptr, in InvokeMethod() 213 MethodPtr method_ptr, in InvokeMethod() 236 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/libjpeg-turbo/ |
D | jddctmgr.c | 103 inverse_DCT_method_ptr method_ptr = NULL; in start_pass() local
|
/external/v8/tools/clang/plugins/tests/ |
D | auto_raw_pointer.cpp | 49 auto method_ptr = &Foo::foo; in main() local
|