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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc112 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT function in namespace:testing::gmock_more_actions_test
190 int Ternary(int x, bool y, char z) { return value_ + x + y*z; } function in class:testing::gmock_more_actions_test::Foo
254 TEST(InvokeTest, Ternary) {
255 Action<int(int, char, short)> a = Invoke(Ternary); // NOLINT
389 TEST(InvokeMethodTest, Ternary) {
391 Action<int(int, bool, char)> a = Invoke(&foo, &Foo::Ternary); // NOLINT
H A Dgmock-generated-actions_test.cc99 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT function in namespace:testing::gmock_generated_actions_test
302 WithArgs<0, 2, 3>(Invoke(Ternary));
386 WithArgs<0, 1, 2>(Invoke(Ternary));
408 WithArgs<0, 1, 3>(Invoke(Ternary));

Completed in 18 milliseconds