Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
Dgmock-more-actions_test.cc91 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function
150 int SumOf4(int a, int b, int c, int d) const { in SumOf4() function in testing::gmock_more_actions_test::Foo
Dgmock-actions_test.cc971 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function