Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc106 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function
167 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