Searched refs:SumOfLast2 (Results 1 – 1 of 1) sorted by relevance
154 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; } in SumOfLast2() function in testing::gmock_more_actions_test::Foo303 Action<int(std::string, bool, int, int)> a1 = Invoke(&foo, &Foo::SumOfLast2); in TEST()307 Invoke(&foo, &Foo::SumOfLast2); in TEST()