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
  881   typedef typename Function<F>::ArgumentTuple ArgumentTuple;
  882   typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple;
  883   typedef typename Function<F>::Result Result;
  885   TypedExpectation(FunctionMockerBase<F>* owner,
  996   TypedExpectation& WillOnce(const Action<F>& action) {
 1002     untyped_actions_.push_back(new Action<F>(action));
 1010   TypedExpectation& WillRepeatedly(const Action<F>& action) {
 1060   const Action<F>& repeated_action() const { return repeated_action_; }
 1153   const Action<F>& GetCurrentAction(
 1154       const FunctionMockerBase<F>* mocker,
 1190   const Action<F>* GetActionForArguments(
 1191       const FunctionMockerBase<F>* mocker,
 1224   FunctionMockerBase<F>* const owner_;
 1227   Action<F> repeated_action_;