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
  306   OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
  318   OnCallSpec& WillByDefault(const Action<F>& action) {
 1261   internal::OnCallSpec<F>& InternalDefaultActionSetAt(
 1480   const OnCallSpec<F>* FindOnCallSpec(
 1485       const OnCallSpec<F>* spec = static_cast<const OnCallSpec<F>*>(*it);
 1502     const OnCallSpec<F>* const spec =
 1592   OnCallSpec<F>& AddNewOnCallSpec(
 1597     OnCallSpec<F>* const on_call_spec = new OnCallSpec<F>(file, line, m);
 1597     OnCallSpec<F>* const on_call_spec = new OnCallSpec<F>(file, line, m);
 1638     const OnCallSpec<F>* const spec = FindOnCallSpec(args);