Searched refs:function_mocker_ (Results 1 – 1 of 1) sorted by relevance
1292 : function_mocker_(function_mocker), matchers_(matchers) {} in MockSpec()1301 return function_mocker_->AddNewOnCallSpec(file, line, matchers_); in InternalDefaultActionSetAt()1312 return function_mocker_->AddNewExpectation(file, line, source_text, in InternalExpectedAt()1328 internal::FunctionMocker<F>* const function_mocker_; variable