Home
last modified time | relevance | path

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

/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture_internals.h43 #ifndef UNITY_MAX_POINTERS
44 #define UNITY_MAX_POINTERS 5 macro
H A Dunity_fixture.c314 static struct PointerPair pointer_store[UNITY_MAX_POINTERS];
324 if (pointer_index >= UNITY_MAX_POINTERS) in UnityPointer_Set()
/third_party/unity/extras/fixture/src/
H A Dunity_fixture_internals.h42 #ifndef UNITY_MAX_POINTERS
43 #define UNITY_MAX_POINTERS 5 macro
H A Dunity_fixture.c148 static struct PointerPair pointer_store[UNITY_MAX_POINTERS];
158 if (pointer_index >= UNITY_MAX_POINTERS) in UnityPointer_Set()
/third_party/cJSON/tests/unity/extras/fixture/test/
H A Dunity_fixture_Test.c468 for (i = 0; i < UNITY_MAX_POINTERS; i++) UT_PTR_SET(pointer1, &int1); in TEST()

Completed in 3 milliseconds