Home
last modified time | relevance | path

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

/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc92 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } SumOf4() function
151 int SumOf4(int a, int b, int c, int d) const { SumOf4() function in testing::gmock_more_actions_test::Foo
H A Dgmock-actions_test.cc1215 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function