Searched defs:VoidBinary (Results 1 - 5 of 5) sorted by relevance
/external/gmock/test/ | ||
H A D | gmock-more-actions_test.cc | 110 void VoidBinary(int, char) { g_done = true; } function in namespace:testing::gmock_more_actions_test |
H A D | gmock-generated-actions_test.cc | 97 void VoidBinary(int, char) { g_done = true; } function in namespace:testing::gmock_generated_actions_test 413 Action<void(double x, char c, int n)> a = WithArgs<2, 1>(Invoke(VoidBinary)); |
/external/google-breakpad/src/testing/test/ | ||
H A D | gmock-actions_test.cc | 1049 void VoidBinary(int, char) { g_done = true; } function in namespace:__anon6443 |
H A D | gmock-more-actions_test.cc | 110 void VoidBinary(int, char) { g_done = true; } function in namespace:testing::gmock_more_actions_test |
H A D | gmock-generated-actions_test.cc | 97 void VoidBinary(int, char) { g_done = true; } function in namespace:testing::gmock_generated_actions_test 413 Action<void(double x, char c, int n)> a = WithArgs<2, 1>(Invoke(VoidBinary)); |
Completed in 2184 milliseconds