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

References

utils/unittest/googlemock/src/gmock-cardinalities.cc
   54         max_(max >= min_ ? max : min_) {
   54         max_(max >= min_ ? max : min_) {
   60     } else if (max < 0) {
   62          << "but is actually " << max << ".";
   64     } else if (min > max) {
   65       ss << "The invocation upper bound (" << max