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

References

utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
 1021     repeated_action_specified_ = true;
 1164     if (action_count > 0 && !repeated_action_specified_ &&
utils/unittest/googlemock/src/gmock-spec-builders.cc
  198         (action_count == upper_bound && repeated_action_specified_)) {
  201                !repeated_action_specified_) {
  216     if (repeated_action_specified_) {