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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-cardinalities.cc143 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } function in namespace:testing

Completed in 5 milliseconds