Home
last modified time | relevance | path

Searched refs:InvokeMethodWithoutArgsAction (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h753 class InvokeMethodWithoutArgsAction {
755 InvokeMethodWithoutArgsAction(Class* obj_ptr, MethodPtr method_ptr) in InvokeMethodWithoutArgsAction() function
767 GTEST_DISALLOW_ASSIGN_(InvokeMethodWithoutArgsAction);
1049 PolymorphicAction<internal::InvokeMethodWithoutArgsAction<Class, MethodPtr> >
1052 internal::InvokeMethodWithoutArgsAction<Class, MethodPtr>( in InvokeWithoutArgs()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-actions.h871 class InvokeMethodWithoutArgsAction {
873 InvokeMethodWithoutArgsAction(Class* obj_ptr, MethodPtr method_ptr)
885 GTEST_DISALLOW_ASSIGN_(InvokeMethodWithoutArgsAction);
1176 PolymorphicAction<internal::InvokeMethodWithoutArgsAction<Class, MethodPtr> >
1179 internal::InvokeMethodWithoutArgsAction<Class, MethodPtr>(
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h851 struct InvokeMethodWithoutArgsAction {
1167 internal::InvokeMethodWithoutArgsAction<Class, MethodPtr> InvokeWithoutArgs(