Home
last modified time | relevance | path

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

/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc96 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } SumOf5() function
157 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } SumOf5() function in testing::gmock_more_actions_test::Foo