reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googlemock/include/gmock/gmock-cardinalities.h
   96   int ConservativeLowerBound() const { return impl_->ConservativeLowerBound(); }
   97   int ConservativeUpperBound() const { return impl_->ConservativeUpperBound(); }
  101     return impl_->IsSatisfiedByCallCount(call_count);
  106     return impl_->IsSaturatedByCallCount(call_count);
  112     return impl_->IsSaturatedByCallCount(call_count) &&
  113         !impl_->IsSatisfiedByCallCount(call_count);
  117   void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }