Searched refs:FunctionMocker (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 102 template <typename F> class FunctionMocker; variable 416 friend class internal::FunctionMocker; 536 friend class ::testing::internal::FunctionMocker; 896 TypedExpectation(FunctionMocker<F>* owner, const char* a_file, int a_line, in TypedExpectation() 1084 friend class FunctionMocker; 1162 const Action<F>& GetCurrentAction(const FunctionMocker<F>* mocker, in GetCurrentAction() 1199 const Action<F>* GetActionForArguments(const FunctionMocker<F>* mocker, in GetActionForArguments() 1229 FunctionMocker<F>* const owner_; 1261 MockSpec(internal::FunctionMocker<F>* function_mocker, in MockSpec() 1294 friend class internal::FunctionMocker; [all …]
|
H A D | gmock-generated-function-mockers.h | 113 using internal::FunctionMocker; 159 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(0, constness, \ 185 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(1, constness, \ 215 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(2, constness, \ 250 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(3, constness, \ 288 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(4, constness, \ 330 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(5, constness, \ 376 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(6, constness, \ 425 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(7, constness, \ 478 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(8, constness, \ [all …]
|
H A D | gmock-function-mocker.h | 134 mutable ::testing::FunctionMocker<GMOCK_PP_REMOVE_PARENS(_Signature)> \
|