Go to the source code of this file.
#define GMOCK_PP_CAT | ( | _1, | |
_2 | |||
) | GMOCK_PP_INTERNAL_CAT(_1, _2) |
Definition at line 18 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_COMMA | ( | ... | ) | , |
Definition at line 27 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_COMMA_IF | ( | _i | ) | GMOCK_PP_CAT(GMOCK_PP_INTERNAL_COMMA_IF_, _i) |
Definition at line 175 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_EMPTY | ( | ... | ) |
Definition at line 24 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_FOR_EACH | ( | _Macro, | |
_Data, | |||
_Tuple | |||
) |
Definition at line 159 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_HAS_COMMA | ( | ... | ) |
Definition at line 76 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_HEAD | ( | ... | ) | GMOCK_PP_INTERNAL_HEAD(__VA_ARGS__) |
Definition at line 79 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_IDENTITY | ( | _1 | ) | _1 |
Definition at line 30 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_IF | ( | _Cond, | |
_Then, | |||
_Else | |||
) | GMOCK_PP_CAT(GMOCK_PP_INTERNAL_IF_, _Cond)(_Then, _Else) |
Definition at line 121 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INC | ( | _i | ) | GMOCK_PP_CAT(GMOCK_PP_INTERNAL_INC_, _i) |
Definition at line 172 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTENRAL_EMPTY_TUPLE (, , , , , , , , , , , , , , , ) |
Definition at line 179 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_ALTERNATE_HEAD | ( | ... | ) | GMOCK_PP_HEAD(__VA_ARGS__) |
Definition at line 215 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_CALL_MACRO | ( | _Macro, | |
_i, | |||
_Data, | |||
_element | |||
) | _Macro(_i, _Data, _element) |
Definition at line 255 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_CAT | ( | _1, | |
_2 | |||
) | _1##_2 |
Definition at line 180 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_CAT_5 | ( | _1, | |
_2, | |||
_3, | |||
_4, | |||
_5 | |||
) | _1##_2##_3##_4##_5 |
Definition at line 186 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_0 |
Definition at line 239 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_1 , |
Definition at line 240 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_10 , |
Definition at line 249 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_11 , |
Definition at line 250 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_12 , |
Definition at line 251 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_13 , |
Definition at line 252 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_14 , |
Definition at line 253 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_15 , |
Definition at line 254 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_2 , |
Definition at line 241 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_3 , |
Definition at line 242 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_4 , |
Definition at line 243 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_5 , |
Definition at line 244 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_6 , |
Definition at line 245 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_7 , |
Definition at line 246 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_8 , |
Definition at line 247 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_COMMA_IF_9 , |
Definition at line 248 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_0 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 257 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_1 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) | GMOCK_PP_INTERNAL_CALL_MACRO(_Macro, _i, _Data, GMOCK_PP_HEAD _Tuple) |
Definition at line 258 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_10 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 292 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_11 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 296 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_12 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 300 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_13 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 304 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_14 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 308 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_15 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 312 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_2 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 260 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_3 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 264 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_4 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 268 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_5 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 272 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_6 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 276 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_7 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 280 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_8 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 284 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_FOR_EACH_IMPL_9 | ( | _i, | |
_Macro, | |||
_Data, | |||
_Tuple | |||
) |
Definition at line 288 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_HEAD | ( | _1, | |
... | |||
) | _1 |
Definition at line 193 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_IBP_IS_VARIADIC_C | ( | ... | ) | 1 _ |
Definition at line 218 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_IBP_IS_VARIADIC_R_1 1, |
Definition at line 219 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_IBP_IS_VARIADIC_R_GMOCK_PP_INTERNAL_IBP_IS_VARIADIC_C 0, |
Definition at line 220 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_IF_0 | ( | _Then, | |
_Else | |||
) | _Else |
Definition at line 192 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_IF_1 | ( | _Then, | |
_Else | |||
) | _Then |
Definition at line 191 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_0 1 |
Definition at line 223 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_1 2 |
Definition at line 224 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_10 11 |
Definition at line 233 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_11 12 |
Definition at line 234 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_12 13 |
Definition at line 235 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_13 14 |
Definition at line 236 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_14 15 |
Definition at line 237 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_15 16 |
Definition at line 238 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_2 3 |
Definition at line 225 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_3 4 |
Definition at line 226 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_4 5 |
Definition at line 227 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_5 6 |
Definition at line 228 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_6 7 |
Definition at line 229 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_7 8 |
Definition at line 230 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_8 9 |
Definition at line 231 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INC_9 10 |
Definition at line 232 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_INTERNAL_16TH | ( | _1, | |
_2, | |||
_3, | |||
_4, | |||
_5, | |||
_6, | |||
_7, | |||
_8, | |||
_9, | |||
_10, | |||
_11, | |||
_12, | |||
_13, | |||
_14, | |||
_15, | |||
_16, | |||
... | |||
) | _16 |
Definition at line 182 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_IS_EMPTY | ( | _1, | |
_2, | |||
_3, | |||
_4 | |||
) |
Definition at line 187 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_IS_EMPTY_CASE_0001 , |
Definition at line 190 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_REMOVE_PARENS | ( | ... | ) | __VA_ARGS__ |
Definition at line 222 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_STRINGIZE | ( | ... | ) | #__VA_ARGS__ |
Definition at line 181 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_TAIL | ( | _1, | |
... | |||
) | __VA_ARGS__ |
Definition at line 194 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_INTERNAL_USE_MSVC 0 |
Definition at line 14 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_IS_BEGIN_PARENS | ( | ... | ) |
Definition at line 142 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_IS_EMPTY | ( | ... | ) |
Definition at line 114 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_IS_ENCLOSED_PARENS | ( | ... | ) |
Definition at line 148 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_NARG | ( | ... | ) |
Definition at line 73 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_NARG0 | ( | ... | ) | GMOCK_PP_IF(GMOCK_PP_IS_EMPTY(__VA_ARGS__), 0, GMOCK_PP_NARG(__VA_ARGS__)) |
Definition at line 137 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_REMOVE_PARENS | ( | ... | ) | GMOCK_PP_INTERNAL_REMOVE_PARENS __VA_ARGS__ |
Definition at line 153 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_REPEAT | ( | _Macro, | |
_Data, | |||
_N | |||
) |
Definition at line 167 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_STRINGIZE | ( | ... | ) | GMOCK_PP_INTERNAL_STRINGIZE(__VA_ARGS__) |
Definition at line 21 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_TAIL | ( | ... | ) | GMOCK_PP_INTERNAL_TAIL(__VA_ARGS__) |
Definition at line 80 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.
#define GMOCK_PP_VARIADIC_CALL | ( | _Macro, | |
... | |||
) | GMOCK_PP_CAT(_Macro, GMOCK_PP_NARG(__VA_ARGS__))(__VA_ARGS__) |
Definition at line 81 of file bloaty/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h.