Searched defs:NullaryFunctor (Results 1 - 6 of 6) sorted by relevance
/external/gmock/test/ | ||
H A D | gmock-actions_test.cc | 1021 class NullaryFunctor { class in namespace:__anon6198 1064 Action<int()> a = InvokeWithoutArgs(NullaryFunctor()); // NOLINT 1069 InvokeWithoutArgs(NullaryFunctor()); |
H A D | gmock-more-actions_test.cc | 78 class NullaryFunctor { class in namespace:testing::gmock_more_actions_test |
H A D | gmock-generated-actions_test.cc | 73 class NullaryFunctor { class in namespace:testing::gmock_generated_actions_test |
/external/google-breakpad/src/testing/test/ | ||
H A D | gmock-actions_test.cc | 1017 class NullaryFunctor { class in namespace:__anon6443 1116 Action<int()> a = InvokeWithoutArgs(NullaryFunctor()); // NOLINT 1121 InvokeWithoutArgs(NullaryFunctor()); |
H A D | gmock-more-actions_test.cc | 78 class NullaryFunctor { class in namespace:testing::gmock_more_actions_test |
H A D | gmock-generated-actions_test.cc | 73 class NullaryFunctor { class in namespace:testing::gmock_generated_actions_test |
Completed in 112 milliseconds