Home
last modified time | relevance | path

Searched defs:ConservativeLowerBound (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-cardinalities.h72 virtual int ConservativeLowerBound() const { return 0; } in ConservativeLowerBound() function
102 int ConservativeLowerBound() const { return impl_->ConservativeLowerBound(); } in ConservativeLowerBound() function
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc72 int ConservativeLowerBound() const override { return min_; } in ConservativeLowerBound() function in testing::__anon5391c6480111::BetweenCardinalityImpl