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
 1460   typedef typename Function<F>::Result Result;
 1461   typedef typename Function<F>::ArgumentTuple ArgumentTuple;
 1462   typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple;
 1480   const OnCallSpec<F>* FindOnCallSpec(
 1485       const OnCallSpec<F>* spec = static_cast<const OnCallSpec<F>*>(*it);
 1502     const OnCallSpec<F>* const spec =
 1541     const Action<F> action = *static_cast<const Action<F>*>(untyped_action);
 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);
 1603   TypedExpectation<F>& AddNewExpectation(
 1610     TypedExpectation<F>* const expectation =
 1611         new TypedExpectation<F>(this, file, line, source_text, m);
 1626   MockSpec<F>& current_spec() { return current_spec_; }
 1638     const OnCallSpec<F>* const spec = FindOnCallSpec(args);
 1689     TypedExpectation<F>* exp = this->FindMatchingExpectationLocked(args);
 1699     const Action<F>* action = exp->GetActionForArguments(this, args, what, why);
 1716   TypedExpectation<F>* FindMatchingExpectationLocked(
 1723       TypedExpectation<F>* const exp =
 1757       TypedExpectation<F>* const expectation =
 1772   MockSpec<F> current_spec_;