Searched refs:GMOCK_MOCKER_ (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-function-mocker.h | 187 GMOCK_MOCKER_(_N, _Constness, _MethodName) \ 189 return GMOCK_MOCKER_(_N, _Constness, _MethodName) \ 195 GMOCK_MOCKER_(_N, _Constness, _MethodName).RegisterOwner(this); \ 196 return GMOCK_MOCKER_(_N, _Constness, _MethodName) \ 209 GMOCK_MOCKER_(_N, _Constness, _MethodName) 516 #define GMOCK_MOCKER_(arity, constness, Method) \ macro
|