#include "gmock/gmock-generated-function-mockers.h"
#include "gmock/internal/gmock-pp.h"
Go to the source code of this file.
#define GMOCK_INTERNAL_A_MATCHER_ARGUMENT | ( | _i, | |
_Signature, | |||
_ | |||
) |
Definition at line 243 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_ARG_O | ( | _tn, | |
_i, | |||
... | |||
) | GMOCK_ARG_(_tn, _i, __VA_ARGS__) |
Definition at line 248 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_ASSERT_PARENTHESIS | ( | _Tuple | ) |
Definition at line 83 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_ASSERT_VALID_SIGNATURE | ( | _N, | |
... | |||
) |
Definition at line 88 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_ASSERT_VALID_SPEC | ( | _Spec | ) | GMOCK_PP_FOR_EACH(GMOCK_INTERNAL_ASSERT_VALID_SPEC_ELEMENT, ~, _Spec) |
Definition at line 99 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_ASSERT_VALID_SPEC_ELEMENT | ( | _i, | |
_, | |||
_elem | |||
) |
Definition at line 157 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_DETECT_CONST | ( | _i, | |
_, | |||
_elem | |||
) | GMOCK_PP_CAT(GMOCK_INTERNAL_DETECT_CONST_I_, _elem) |
Definition at line 168 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_DETECT_CONST_I_const , |
Definition at line 171 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_DETECT_FINAL | ( | _i, | |
_, | |||
_elem | |||
) | GMOCK_PP_CAT(GMOCK_INTERNAL_DETECT_FINAL_I_, _elem) |
Definition at line 178 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_DETECT_FINAL_I_final , |
Definition at line 181 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_DETECT_NOEXCEPT | ( | _i, | |
_, | |||
_elem | |||
) | GMOCK_PP_CAT(GMOCK_INTERNAL_DETECT_NOEXCEPT_I_, _elem) |
Definition at line 184 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_DETECT_NOEXCEPT_I_noexcept , |
Definition at line 187 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_DETECT_OVERRIDE | ( | _i, | |
_, | |||
_elem | |||
) | GMOCK_PP_CAT(GMOCK_INTERNAL_DETECT_OVERRIDE_I_, _elem) |
Definition at line 173 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_DETECT_OVERRIDE_I_override , |
Definition at line 176 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_EXPAND | ( | ... | ) | __VA_ARGS__ |
Definition at line 137 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_FORWARD_ARG | ( | _i, | |
_Signature, | |||
_ | |||
) |
Definition at line 227 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_GET_CALLTYPE | ( | _Tuple | ) | GMOCK_PP_FOR_EACH(GMOCK_INTERNAL_GET_CALLTYPE_IMPL, ~, _Tuple) |
Definition at line 154 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_GET_CALLTYPE_IMPL | ( | _i, | |
_, | |||
_elem | |||
) |
Definition at line 189 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_GET_TYPE | ( | _i, | |
_, | |||
_elem | |||
) |
Definition at line 215 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_GET_VALUE_CALLTYPE | ( | _arg | ) |
Definition at line 202 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_GET_VALUE_CALLTYPE_I | ( | _arg | ) | GMOCK_PP_CAT(GMOCK_PP_IDENTITY, _arg) |
Definition at line 205 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_HAS_CONST | ( | _Tuple | ) | GMOCK_PP_HAS_COMMA(GMOCK_PP_FOR_EACH(GMOCK_INTERNAL_DETECT_CONST, ~, _Tuple)) |
Definition at line 140 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_HAS_FINAL | ( | _Tuple | ) | GMOCK_PP_HAS_COMMA(GMOCK_PP_FOR_EACH(GMOCK_INTERNAL_DETECT_FINAL, ~, _Tuple)) |
Definition at line 147 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_HAS_NOEXCEPT | ( | _Tuple | ) |
Definition at line 150 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_HAS_OVERRIDE | ( | _Tuple | ) |
Definition at line 143 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_IS_CALLTYPE | ( | _arg | ) |
Definition at line 197 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_IS_CALLTYPE_HELPER_Calltype |
Definition at line 208 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_IS_CALLTYPE_I | ( | _arg | ) | GMOCK_PP_IS_ENCLOSED_PARENS(_arg) |
Definition at line 200 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_MATCHER_ARGUMENT | ( | _i, | |
_1, | |||
_2 | |||
) |
Definition at line 239 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_MATCHER_O | ( | _tn, | |
_i, | |||
... | |||
) | GMOCK_MATCHER_(_tn, _i, __VA_ARGS__) |
Definition at line 250 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_MATCHER_PARAMETER | ( | _i, | |
_Signature, | |||
_ | |||
) |
Definition at line 233 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_MOCK_METHOD_ARG_1 | ( | ... | ) | GMOCK_INTERNAL_WRONG_ARITY(__VA_ARGS__) |
Definition at line 45 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_MOCK_METHOD_ARG_2 | ( | ... | ) | GMOCK_INTERNAL_WRONG_ARITY(__VA_ARGS__) |
Definition at line 48 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_MOCK_METHOD_ARG_3 | ( | _Ret, | |
_MethodName, | |||
_Args | |||
) | GMOCK_INTERNAL_MOCK_METHOD_ARG_4(_Ret, _MethodName, _Args, ()) |
Definition at line 51 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_MOCK_METHOD_ARG_4 | ( | _Ret, | |
_MethodName, | |||
_Args, | |||
_Spec | |||
) |
Definition at line 54 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_MOCK_METHOD_ARG_5 | ( | ... | ) | GMOCK_INTERNAL_WRONG_ARITY(__VA_ARGS__) |
Definition at line 66 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_MOCK_METHOD_ARG_6 | ( | ... | ) | GMOCK_INTERNAL_WRONG_ARITY(__VA_ARGS__) |
Definition at line 69 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_MOCK_METHOD_ARG_7 | ( | ... | ) | GMOCK_INTERNAL_WRONG_ARITY(__VA_ARGS__) |
Definition at line 72 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_MOCK_METHOD_IMPL | ( | _N, | |
_MethodName, | |||
_Constness, | |||
_Override, | |||
_Final, | |||
_Noexcept, | |||
_CallType, | |||
_Signature | |||
) |
Definition at line 102 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_PARAMETER | ( | _i, | |
_Signature, | |||
_ | |||
) |
Definition at line 221 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_SIGNATURE | ( | _Ret, | |
_Args | |||
) |
Definition at line 210 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define GMOCK_INTERNAL_WRONG_ARITY | ( | ... | ) |
Definition at line 75 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define MOCK_METHOD | ( | ... | ) | GMOCK_PP_VARIADIC_CALL(GMOCK_INTERNAL_MOCK_METHOD_ARG_, __VA_ARGS__) |
Definition at line 42 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.
#define THIRD_PARTY_GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_FUNCTION_MOCKER_H_ |
Definition at line 37 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h.