Searched refs:UnityPointer_Set (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture_internals.h35 void UnityPointer_Set(void ** ptr, void * newValue);
H A Dunity_fixture.h75 #define UT_PTR_SET(ptr, newPointerValue) UnityPointer_Set((void**)&ptr, (void*)newPointerValue)
H A Dunity_fixture.c288 void UnityPointer_Set(void ** pointer, void * newValue) function

Completed in 80 milliseconds