Searched refs:MockSpec (Results 1 – 9 of 9) sorted by relevance
/external/googletest/googlemock/include/gmock/ |
D | gmock-generated-function-mockers.h | 146 ::testing::MockSpec<__VA_ARGS__> \ 151 ::testing::MockSpec<__VA_ARGS__> gmock_##Method( \ 172 ::testing::MockSpec<__VA_ARGS__> \ 177 ::testing::MockSpec<__VA_ARGS__> gmock_##Method( \ 200 ::testing::MockSpec<__VA_ARGS__> \ 206 ::testing::MockSpec<__VA_ARGS__> gmock_##Method( \ 232 ::testing::MockSpec<__VA_ARGS__> \ 240 ::testing::MockSpec<__VA_ARGS__> gmock_##Method( \ 268 ::testing::MockSpec<__VA_ARGS__> \ 277 ::testing::MockSpec<__VA_ARGS__> gmock_##Method( \ [all …]
|
D | gmock-spec-builders.h | 1246 class MockSpec { 1254 MockSpec(internal::FunctionMocker<F>* function_mocker, in MockSpec() function 1281 MockSpec<F>& operator()(const internal::WithoutMatchers&, void* const) { in operator() 1294 GTEST_DISALLOW_ASSIGN_(MockSpec); 1599 MockSpec<F> With(Matcher<Args>... m) { in With() 1600 return MockSpec<F>(this, ::std::make_tuple(std::move(m)...)); in With() 1605 friend class MockSpec; 1861 internal::MockSpec<R(Args...)> gmock_Call(Matcher<Args>... m) { in gmock_Call() 1866 internal::MockSpec<R(Args...)> gmock_Call(const internal::WithoutMatchers&, in gmock_Call() 1880 using internal::MockSpec;
|
D | gmock-generated-function-mockers.h.pump | 75 // MockSpec<string&()> gmock_GetName() { ... } 79 // MockSpec<string&()> gmock_GetName( 88 // MockSpec<const string&()> gmock_GetName( 158 ::testing::MockSpec<__VA_ARGS__> \ 163 ::testing::MockSpec<__VA_ARGS__> gmock_##Method( \
|
D | gmock-function-mocker.h | 82 ::testing::MockSpec<GMOCK_PP_REMOVE_PARENS(_Signature)> gmock_##_MethodName( \ 89 ::testing::MockSpec<GMOCK_PP_REMOVE_PARENS(_Signature)> gmock_##_MethodName( \
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-function-mockers.h | 67 MockSpec<F>& With() { in With() 87 MockSpec<F>& With(const Matcher<A1>& m1) { in With() 108 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { in With() 129 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() 151 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() 174 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() 198 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() 223 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() 248 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() 273 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() [all …]
|
D | gmock-spec-builders.h | 1238 class MockSpec { 1246 explicit MockSpec(internal::FunctionMockerBase<F>* function_mocker) in MockSpec() function 1281 GTEST_DISALLOW_ASSIGN_(MockSpec); 1503 friend class MockSpec; 1551 MockSpec<F>& current_spec() { return current_spec_; } in current_spec() 1697 MockSpec<F> current_spec_; 1735 using internal::MockSpec;
|
D | gmock-generated-function-mockers.h.pump | 78 MockSpec<F>& With($matchers) { 141 ::testing::MockSpec<F>& \
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-generated-function-mockers.h | 71 MockSpec<F>& With() { in With() 91 MockSpec<F>& With(const Matcher<A1>& m1) { in With() 112 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { in With() 133 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() 155 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() 178 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() 201 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() 226 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() 251 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() 276 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() [all …]
|
D | gmock-spec-builders.h | 1246 class MockSpec { 1254 explicit MockSpec(internal::FunctionMockerBase<F>* function_mocker) in MockSpec() function 1289 GTEST_DISALLOW_ASSIGN_(MockSpec); 1575 friend class MockSpec; 1624 MockSpec<F>& current_spec() { return current_spec_; } in current_spec() 1770 MockSpec<F> current_spec_; 1808 using internal::MockSpec;
|