Home
last modified time | relevance | path

Searched refs:GMOCK_MOCKER_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-function-mockers.h343 #define GMOCK_MOCKER_(arity, constness, Method) \ macro
352 GMOCK_MOCKER_(0, constness, Method).SetOwnerAndName(this, #Method); \
353 return GMOCK_MOCKER_(0, constness, Method).Invoke(); \
357 GMOCK_MOCKER_(0, constness, Method).RegisterOwner(this); \
358 return GMOCK_MOCKER_(0, constness, Method).With(); \
360 mutable ::testing::FunctionMocker<F> GMOCK_MOCKER_(0, constness, Method)
368 GMOCK_MOCKER_(1, constness, Method).SetOwnerAndName(this, #Method); \
369 return GMOCK_MOCKER_(1, constness, Method).Invoke(gmock_a1); \
373 GMOCK_MOCKER_(1, constness, Method).RegisterOwner(this); \
374 return GMOCK_MOCKER_(1, constness, Method).With(gmock_a1); \
[all …]
Dgmock-generated-function-mockers.h.pump121 #define GMOCK_MOCKER_(arity, constness, Method) \
138 GMOCK_MOCKER_($i, constness, Method).SetOwnerAndName(this, #Method); \
139 return GMOCK_MOCKER_($i, constness, Method).Invoke($as); \
143 GMOCK_MOCKER_($i, constness, Method).RegisterOwner(this); \
144 return GMOCK_MOCKER_($i, constness, Method).With($as); \
146 mutable ::testing::FunctionMocker<F> GMOCK_MOCKER_($i, constness, Method)
/external/ceres-solver/internal/ceres/gmock/
Dgmock.h9652 #define GMOCK_MOCKER_(arity, constness, Method) \
9661 GMOCK_MOCKER_(0, constness, Method).SetOwnerAndName(this, #Method); \
9662 return GMOCK_MOCKER_(0, constness, Method).Invoke(); \
9666 GMOCK_MOCKER_(0, constness, Method).RegisterOwner(this); \
9667 return GMOCK_MOCKER_(0, constness, Method).With(); \
9669 mutable ::testing::FunctionMocker<F> GMOCK_MOCKER_(0, constness, Method)
9677 GMOCK_MOCKER_(1, constness, Method).SetOwnerAndName(this, #Method); \
9678 return GMOCK_MOCKER_(1, constness, Method).Invoke(gmock_a1); \
9682 GMOCK_MOCKER_(1, constness, Method).RegisterOwner(this); \
9683 return GMOCK_MOCKER_(1, constness, Method).With(gmock_a1); \
[all …]