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

/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc111 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT function in namespace:testing::gmock_more_actions_test
189 int Ternary(int x, bool y, char z) { return value_ + x + y*z; } function in class:testing::gmock_more_actions_test::Foo
253 TEST(InvokeTest, Ternary) {
254 Action<int(int, char, short)> a = Invoke(Ternary); // NOLINT
388 TEST(InvokeMethodTest, Ternary) {
390 Action<int(int, bool, char)> a = Invoke(&foo, &Foo::Ternary); // NOLINT
H A Dgmock-generated-actions_test.cc98 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT function in namespace:testing::gmock_generated_actions_test
300 WithArgs<0, 2, 3>(Invoke(Ternary));
385 WithArgs<0, 1, 2>(Invoke(Ternary));
407 WithArgs<0, 1, 3>(Invoke(Ternary));

Completed in 71 milliseconds