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

/external/chromium/testing/gmock/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
266 Action<int(int, int, int, int, int)> a = Invoke(SumOf5); // NOLINT
401 Action<int(int, int, int, int, int)> a = Invoke(&foo, &Foo::SumOf5); // NOLINT
H A Dgmock-actions_test.cc1058 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } function in namespace:__anon3129
1087 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } function in class:__anon3129::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
185 EXPECT_EQ(12345, a.Perform(make_tuple(&SumOf5)));

Completed in 85 milliseconds