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

/freebsd-12-stable/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc142 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } function in namespace:testing

Completed in 89 milliseconds