Lines Matching defs:GMOCK_MOCKER_

352 #define GMOCK_MOCKER_(arity, constness, Method) \
363 GMOCK_MOCKER_(0, constness, Method).SetOwnerAndName(this, #Method); \
364 return GMOCK_MOCKER_(0, constness, Method).Invoke(); \
368 GMOCK_MOCKER_(0, constness, Method).RegisterOwner(this); \
369 return GMOCK_MOCKER_(0, constness, Method).With(); \
371 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(0, constness, \
382 GMOCK_MOCKER_(1, constness, Method).SetOwnerAndName(this, #Method); \
383 return GMOCK_MOCKER_(1, constness, Method).Invoke(gmock_a1); \
387 GMOCK_MOCKER_(1, constness, Method).RegisterOwner(this); \
388 return GMOCK_MOCKER_(1, constness, Method).With(gmock_a1); \
390 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(1, constness, \
402 GMOCK_MOCKER_(2, constness, Method).SetOwnerAndName(this, #Method); \
403 return GMOCK_MOCKER_(2, constness, Method).Invoke(gmock_a1, gmock_a2); \
408 GMOCK_MOCKER_(2, constness, Method).RegisterOwner(this); \
409 return GMOCK_MOCKER_(2, constness, Method).With(gmock_a1, gmock_a2); \
411 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(2, constness, \
424 GMOCK_MOCKER_(3, constness, Method).SetOwnerAndName(this, #Method); \
425 return GMOCK_MOCKER_(3, constness, Method).Invoke(gmock_a1, gmock_a2, \
432 GMOCK_MOCKER_(3, constness, Method).RegisterOwner(this); \
433 return GMOCK_MOCKER_(3, constness, Method).With(gmock_a1, gmock_a2, \
436 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(3, constness, \
450 GMOCK_MOCKER_(4, constness, Method).SetOwnerAndName(this, #Method); \
451 return GMOCK_MOCKER_(4, constness, Method).Invoke(gmock_a1, gmock_a2, \
459 GMOCK_MOCKER_(4, constness, Method).RegisterOwner(this); \
460 return GMOCK_MOCKER_(4, constness, Method).With(gmock_a1, gmock_a2, \
463 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(4, constness, \
478 GMOCK_MOCKER_(5, constness, Method).SetOwnerAndName(this, #Method); \
479 return GMOCK_MOCKER_(5, constness, Method).Invoke(gmock_a1, gmock_a2, \
488 GMOCK_MOCKER_(5, constness, Method).RegisterOwner(this); \
489 return GMOCK_MOCKER_(5, constness, Method).With(gmock_a1, gmock_a2, \
492 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(5, constness, \
508 GMOCK_MOCKER_(6, constness, Method).SetOwnerAndName(this, #Method); \
509 return GMOCK_MOCKER_(6, constness, Method).Invoke(gmock_a1, gmock_a2, \
519 GMOCK_MOCKER_(6, constness, Method).RegisterOwner(this); \
520 return GMOCK_MOCKER_(6, constness, Method).With(gmock_a1, gmock_a2, \
523 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(6, constness, \
540 GMOCK_MOCKER_(7, constness, Method).SetOwnerAndName(this, #Method); \
541 return GMOCK_MOCKER_(7, constness, Method).Invoke(gmock_a1, gmock_a2, \
552 GMOCK_MOCKER_(7, constness, Method).RegisterOwner(this); \
553 return GMOCK_MOCKER_(7, constness, Method).With(gmock_a1, gmock_a2, \
556 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(7, constness, \
574 GMOCK_MOCKER_(8, constness, Method).SetOwnerAndName(this, #Method); \
575 return GMOCK_MOCKER_(8, constness, Method).Invoke(gmock_a1, gmock_a2, \
587 GMOCK_MOCKER_(8, constness, Method).RegisterOwner(this); \
588 return GMOCK_MOCKER_(8, constness, Method).With(gmock_a1, gmock_a2, \
591 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(8, constness, \
610 GMOCK_MOCKER_(9, constness, Method).SetOwnerAndName(this, #Method); \
611 return GMOCK_MOCKER_(9, constness, Method).Invoke(gmock_a1, gmock_a2, \
625 GMOCK_MOCKER_(9, constness, Method).RegisterOwner(this); \
626 return GMOCK_MOCKER_(9, constness, Method).With(gmock_a1, gmock_a2, \
630 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(9, constness, \
650 GMOCK_MOCKER_(10, constness, Method).SetOwnerAndName(this, #Method); \
651 return GMOCK_MOCKER_(10, constness, Method).Invoke(gmock_a1, gmock_a2, \
667 GMOCK_MOCKER_(10, constness, Method).RegisterOwner(this); \
668 return GMOCK_MOCKER_(10, constness, Method).With(gmock_a1, gmock_a2, \
672 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(10, constness, \