Searched refs:SECOND_PARAM (Results 1 – 5 of 5) sorted by relevance
/third_party/unity/test/tests/ |
D | self_assessment_utils.h | 54 #define EXPAND_AND_USE_2ND(a, b) SECOND_PARAM(a, b, throwaway) 55 #define SECOND_PARAM(a, b, ...) b macro
|
D | testunity.c | 5995 #define EXPAND_AND_USE_2ND(a, b) SECOND_PARAM(a, b, throwaway) 5996 #define SECOND_PARAM(a, b, ...) b macro
|
/third_party/unity/extras/memory/test/ |
D | unity_memory_Test.c | 146 #define EXPAND_AND_USE_2ND(a, b) SECOND_PARAM(a, b, throwaway) 147 #define SECOND_PARAM(a, b, ...) b macro
|
/third_party/cJSON/tests/unity/extras/fixture/test/ |
D | unity_fixture_Test.c | 352 #define EXPAND_AND_USE_2ND(a, b) SECOND_PARAM(a, b, throwaway) 353 #define SECOND_PARAM(a, b, ...) b macro
|
/third_party/cJSON/tests/unity/test/tests/ |
D | testunity.c | 3298 #define EXPAND_AND_USE_2ND(a, b) SECOND_PARAM(a, b, throwaway) 3299 #define SECOND_PARAM(a, b, ...) b macro
|