Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
Dgmock-more-actions_test.cc154 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; } in SumOfLast2() function in testing::gmock_more_actions_test::Foo
303 Action<int(std::string, bool, int, int)> a1 = Invoke(&foo, &Foo::SumOfLast2); in TEST()
307 Invoke(&foo, &Foo::SumOfLast2); in TEST()