Home
last modified time | relevance | path

Searched refs:function_mocker_ (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h1247 : function_mocker_(function_mocker) {} in MockSpec()
1255 return function_mocker_->AddNewOnCallSpec(file, line, matchers_); in InternalDefaultActionSetAt()
1264 return function_mocker_->AddNewExpectation( in InternalExpectedAt()
1277 internal::FunctionMockerBase<F>* const function_mocker_; variable
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1255 : function_mocker_(function_mocker) {} in MockSpec()
1263 return function_mocker_->AddNewOnCallSpec(file, line, matchers_); in InternalDefaultActionSetAt()
1272 return function_mocker_->AddNewExpectation( in InternalExpectedAt()
1285 internal::FunctionMockerBase<F>* const function_mocker_; variable
/external/v8/testing/gmock/include/gmock/
Dgmock-spec-builders.h1255 : function_mocker_(function_mocker) {} in MockSpec()
1263 return function_mocker_->AddNewOnCallSpec(file, line, matchers_); in InternalDefaultActionSetAt()
1272 return function_mocker_->AddNewExpectation( in InternalExpectedAt()
1285 internal::FunctionMockerBase<F>* const function_mocker_; variable
/external/fmtlib/test/gmock/
Dgmock.h9819 : function_mocker_(function_mocker) {}
9827 return function_mocker_->AddNewOnCallSpec(file, line, matchers_);
9836 return function_mocker_->AddNewExpectation(
9849 internal::FunctionMockerBase<F>* const function_mocker_;