Searched refs:MockSpec (Results 1 – 3 of 3) sorted by relevance
/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>& \
|