Searched defs:SumOf5 (Results 1 – 2 of 2) sorted by relevance
| /third_party/googletest/googlemock/test/ |
| D | gmock-more-actions_test.cc | 126 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function 197 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function in testing::gmock_more_actions_test::Foo
|
| D | gmock-generated-actions_test.cc | 109 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function
|