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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h352 #define GMOCK_MOCKER_(arity, constness, Method) \ macro
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_(
[all...]

Completed in 7 milliseconds