Home
last modified time | relevance | path

Searched defs:method_ptr (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-more-actions.h74 InvokeMethodAction(Class* obj_ptr, MethodPtr method_ptr) in InvokeMethodAction()
107 Class* obj_ptr, MethodPtr method_ptr) { in Invoke()
Dgmock-actions.h755 InvokeMethodWithoutArgsAction(Class* obj_ptr, MethodPtr method_ptr) in InvokeMethodWithoutArgsAction()
1050 InvokeWithoutArgs(Class* obj_ptr, MethodPtr method_ptr) { in InvokeWithoutArgs()
Dgmock-generated-actions.h63 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/
Dgmock-more-actions.h74 InvokeMethodAction(Class* obj_ptr, MethodPtr method_ptr) in InvokeMethodAction()
124 Class* obj_ptr, MethodPtr method_ptr) { in Invoke()
Dgmock-generated-actions.h63 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/
Dp4.cpp8 int (Base::*method_ptr)() = &Base::method; variable
/external/libjpeg-turbo/
Djddctmgr.c103 inverse_DCT_method_ptr method_ptr = NULL; in start_pass() local
/external/v8/tools/clang/plugins/tests/
Dauto_raw_pointer.cpp49 auto method_ptr = &Foo::foo; in main() local