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

References

utils/unittest/googlemock/src/gmock-spec-builders.cc
  368       return this->UntypedPerformDefaultAction(untyped_args, "");
  373     this->UntypedDescribeUninterestingCall(untyped_args, &ss);
  377         this->UntypedPerformDefaultAction(untyped_args, ss.str());
  397           untyped_args, &untyped_action, &is_excessive,
  410         this->UntypedPerformDefaultAction(untyped_args, "") :
  411         this->UntypedPerformAction(untyped_action, untyped_args);
  415   this->UntypedPrintArgs(untyped_args, &ss);
  425       this->UntypedPerformDefaultAction(untyped_args, ss.str()) :
  426       this->UntypedPerformAction(untyped_action, untyped_args);