• Home
  • Raw
  • Download

Lines Matching refs:With

71   MockSpec<F>& With() {  in With()  function
91 MockSpec<F>& With(const Matcher<A1>& m1) { in With() function
112 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { in With() function
133 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
155 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
178 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
201 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
226 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
251 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
276 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
303 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
369 return GMOCK_MOCKER_(0, constness, Method).With(); \
388 return GMOCK_MOCKER_(1, constness, Method).With(gmock_a1); \
409 return GMOCK_MOCKER_(2, constness, Method).With(gmock_a1, gmock_a2); \
433 return GMOCK_MOCKER_(3, constness, Method).With(gmock_a1, gmock_a2, \
460 return GMOCK_MOCKER_(4, constness, Method).With(gmock_a1, gmock_a2, \
489 return GMOCK_MOCKER_(5, constness, Method).With(gmock_a1, gmock_a2, \
520 return GMOCK_MOCKER_(6, constness, Method).With(gmock_a1, gmock_a2, \
553 return GMOCK_MOCKER_(7, constness, Method).With(gmock_a1, gmock_a2, \
588 return GMOCK_MOCKER_(8, constness, Method).With(gmock_a1, gmock_a2, \
626 return GMOCK_MOCKER_(9, constness, Method).With(gmock_a1, gmock_a2, \
668 return GMOCK_MOCKER_(10, constness, Method).With(gmock_a1, gmock_a2, \