Searched defs:SumOf4 (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/googletest/googlemock/test/ | ||
H A D | gmock-more-actions_test.cc | 92 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } SumOf4() function |
H A D | gmock-actions_test.cc | 1215 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function |