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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc127 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } function in namespace:testing::gmock_more_actions_test
198 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } function in class:testing::gmock_more_actions_test::Foo
H A Dgmock-generated-actions_test.cc110 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } function in namespace:testing::gmock_generated_actions_test

Completed in 14 milliseconds