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

/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc96 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
157 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
226 Action<int(int, int, int, int, int)> a = Invoke(SumOf5); // NOLINT
365 Invoke(&foo, &Foo::SumOf5); // NOLINT
711 EXPECT_EQ(12345, a.Perform(std::make_tuple(&SumOf5)));

Completed in 200 milliseconds