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

/gem5/ext/googletest/googlemock/test/
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
261 Action<int(int, int, int, int)> a = Invoke(SumOf4); // NOLINT
359 Action<long(int, short, char, bool)> a = Invoke(SumOf4); // NOLINT
398 Action<int(int, int, int, int)> a = Invoke(&foo, &Foo::SumOf4); // NOLINT
470 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
393 WithArgs<1, 1, 1, 1>(Invoke(SumOf4));

Completed in 13 milliseconds