Searched defs:SumOf4 (Results 1 - 3 of 3) sorted by relevance

/external/chromium/testing/gmock/test/
H A Dgmock-actions_test.cc1054 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } function in namespace:__anon3293
1084 int SumOf4(int a, int b, int c, int d) const { function in class:__anon3293::Foo
H A Dgmock-more-actions_test.cc116 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } function in namespace:testing::gmock_more_actions_test
192 int SumOf4(int a, int b, int c, int d) const { function in class:testing::gmock_more_actions_test::Foo
260 Action<int(int, int, int, int)> a = Invoke(SumOf4); // NOLINT
356 Action<long(int, short, char, bool)> a = Invoke(SumOf4); // NOLINT
394 Action<int(int, int, int, int)> a = Invoke(&foo, &Foo::SumOf4); // NOLINT
466 Invoke(&foo, &Foo::SumOf4);
H A Dgmock-generated-actions_test.cc103 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } function in namespace:testing::gmock_generated_actions_test
392 WithArgs<1, 1, 1, 1>(Invoke(SumOf4));

Completed in 129 milliseconds