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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-cardinalities.h66 virtual int ConservativeUpperBound() const { return INT_MAX; } function in class:testing::CardinalityInterface
95 int ConservativeUpperBound() const { return impl_->ConservativeUpperBound(); } function in class:testing::Cardinality
/gem5/ext/googletest/googlemock/src/
H A Dgmock-cardinalities.cc75 virtual int ConservativeUpperBound() const { return max_; } function in class:testing::__anon11::BetweenCardinalityImpl

Completed in 5 milliseconds