Home
last modified time | relevance | path

Searched defs:UNITY_SET_DETAIL (Results 1 - 2 of 2) sorted by relevance

/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h419 #define UNITY_SET_DETAIL(d1) macro
423 #define UNITY_SET_DETAIL(d1) { Unity.CurrentDetail1 = d1; Unity.CurrentDetail2 = 0; } macro
/third_party/unity/src/
H A Dunity_internals.h547 #define UNITY_SET_DETAIL(d1) macro
551 #define UNITY_SET_DETAIL(d1) do { Unity.CurrentDetail1 = (d1); Unity.CurrentDetail2 = 0; } while (0) macro

Completed in 10 milliseconds