Searched defs: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
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

Completed in 14 milliseconds