• Home
  • Raw
  • Download

Lines Matching refs:With

67   MockSpec<F>& With() {  in With()  function
87 MockSpec<F>& With(const Matcher<A1>& m1) { in With() function
108 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { in With() function
129 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
151 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
174 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
198 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
223 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
248 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
273 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
300 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
358 return GMOCK_MOCKER_(0, constness, Method).With(); \
374 return GMOCK_MOCKER_(1, constness, Method).With(gmock_a1); \
392 return GMOCK_MOCKER_(2, constness, Method).With(gmock_a1, gmock_a2); \
413 return GMOCK_MOCKER_(3, constness, Method).With(gmock_a1, gmock_a2, \
437 return GMOCK_MOCKER_(4, constness, Method).With(gmock_a1, gmock_a2, \
463 return GMOCK_MOCKER_(5, constness, Method).With(gmock_a1, gmock_a2, \
491 return GMOCK_MOCKER_(6, constness, Method).With(gmock_a1, gmock_a2, \
521 return GMOCK_MOCKER_(7, constness, Method).With(gmock_a1, gmock_a2, \
553 return GMOCK_MOCKER_(8, constness, Method).With(gmock_a1, gmock_a2, \
588 return GMOCK_MOCKER_(9, constness, Method).With(gmock_a1, gmock_a2, \
626 return GMOCK_MOCKER_(10, constness, Method).With(gmock_a1, gmock_a2, \