Searched defs:Unary (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc90 bool Unary(int x) { return x < 0; } function in namespace:testing::gmock_more_actions_test
185 short Unary(long x) { return static_cast<short>(value_ + x); } // NOLINT function in class:testing::gmock_more_actions_test::Foo
H A Dgmock-generated-actions_test.cc79 bool Unary(int x) { return x < 0; } function in namespace:testing::gmock_generated_actions_test

Completed in 105 milliseconds