Home
last modified time | relevance | path

Searched defs:SumOf5 (Results 1 – 2 of 2) sorted by relevance

/third_party/googletest/googlemock/test/
Dgmock-more-actions_test.cc126 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
Dgmock-generated-actions_test.cc109 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function