Searched refs:SumOfLast2 (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc196 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; } function in class:testing::gmock_more_actions_test::Foo
343 Invoke(&foo, &Foo::SumOfLast2);
347 Invoke(&foo, &Foo::SumOfLast2);

Completed in 7 milliseconds