Searched defs:SumOf5 (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/testing/test/ |
D | gmock-more-actions_test.cc | 127 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function 198 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-actions_test.cc | 1059 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function 1088 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function in __anon4e31d9990111::Foo
|
D | gmock-generated-actions_test.cc | 110 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function
|
/external/googletest/googlemock/test/ |
D | gmock-more-actions_test.cc | 121 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function 192 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 | 81 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function
|