Searched defs:SumOf4 (Results 1 – 3 of 3) sorted by relevance
/external/chromium/testing/gmock/test/ | ||
D | gmock-more-actions_test.cc | 116 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function |
D | gmock-actions_test.cc | 1054 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function |
D | gmock-generated-actions_test.cc | 103 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function |