Searched defs:SumOfFirst2 (Results 1 - 2 of 2) sorted by relevance
/external/gmock/test/ | ||
H A D | gmock-more-actions_test.cc | 118 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; } function in namespace:testing::gmock_more_actions_test 329 Invoke(SumOfFirst2); 333 Invoke(SumOfFirst2); |
/external/google-breakpad/src/testing/test/ | ||
H A D | gmock-more-actions_test.cc | 118 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; } function in namespace:testing::gmock_more_actions_test 329 Invoke(SumOfFirst2); 333 Invoke(SumOfFirst2); |
Completed in 68 milliseconds