Home
last modified time | relevance | path

Searched refs:FunctionMocker (Results 1 – 2 of 2) sorted by relevance

/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h104 class FunctionMocker; variable
401 friend class internal::FunctionMocker;
520 friend class ::testing::internal::FunctionMocker;
887 TypedExpectation(FunctionMocker<F>* owner, const char* a_file, int a_line, in TypedExpectation()
1095 friend class FunctionMocker;
1181 const Action<F>& GetCurrentAction(const FunctionMocker<F>* mocker, in GetCurrentAction()
1218 const Action<F>* GetActionForArguments(const FunctionMocker<F>* mocker, in GetActionForArguments()
1257 FunctionMocker<F>* const owner_;
1290 MockSpec(internal::FunctionMocker<F>* function_mocker, in MockSpec()
1325 friend class internal::FunctionMocker;
[all …]
H A Dgmock-function-mocker.h108 using internal::FunctionMocker;
207 mutable ::testing::FunctionMocker<GMOCK_PP_REMOVE_PARENS(_Signature)> \