Home
last modified time | relevance | path

Searched refs:UNITY_INTERNAL_PTR (Results 1 - 4 of 4) sorted by relevance

/third_party/unity/src/
H A Dunity_internals.h213 #ifndef UNITY_INTERNAL_PTR
214 #define UNITY_INTERNAL_PTR UNITY_PTR_ATTRIBUTE const void* macro
609 void UnityAssertEqualIntArray(UNITY_INTERNAL_PTR expected,
610 UNITY_INTERNAL_PTR actual,
634 void UnityAssertEqualStringArray( UNITY_INTERNAL_PTR expected,
641 void UnityAssertEqualMemory( UNITY_INTERNAL_PTR expected,
642 UNITY_INTERNAL_PTR actual,
657 UNITY_INTERNAL_PTR expected,
658 UNITY_INTERNAL_PTR actual,
745 UNITY_INTERNAL_PTR UnityNumToPt
[all...]
H A Dunity.c656 static int UnityIsOneArrayNull(UNITY_INTERNAL_PTR expected, in UnityIsOneArrayNull()
657 UNITY_INTERNAL_PTR actual, in UnityIsOneArrayNull()
780 void UnityAssertEqualIntArray(UNITY_INTERNAL_PTR expected, in UnityAssertEqualIntArray()
781 UNITY_INTERNAL_PTR actual, in UnityAssertEqualIntArray()
888 expected = (UNITY_INTERNAL_PTR)((const char*)expected + increment); in UnityAssertEqualIntArray()
890 actual = (UNITY_INTERNAL_PTR)((const char*)actual + increment); in UnityAssertEqualIntArray()
973 if (UnityIsOneArrayNull((UNITY_INTERNAL_PTR)expected, (UNITY_INTERNAL_PTR)actual, lineNumber, msg)) in UnityAssertWithinFloatArray()
1201 if (UnityIsOneArrayNull((UNITY_INTERNAL_PTR)expected, (UNITY_INTERNAL_PTR)actua in UnityAssertWithinDoubleArray()
[all...]
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h159 #ifndef UNITY_INTERNAL_PTR
160 #define UNITY_INTERNAL_PTR UNITY_PTR_ATTRIBUTE const void* macro
472 void UnityAssertEqualIntArray(UNITY_INTERNAL_PTR expected,
473 UNITY_INTERNAL_PTR actual,
497 void UnityAssertEqualStringArray( UNITY_INTERNAL_PTR expected,
504 void UnityAssertEqualMemory( UNITY_INTERNAL_PTR expected,
505 UNITY_INTERNAL_PTR actual,
567 UNITY_INTERNAL_PTR UnityNumToPtr(const UNITY_INT num, const UNITY_UINT8 size);
569 UNITY_INTERNAL_PTR UnityFloatToPtr(const float num);
572 UNITY_INTERNAL_PTR UnityDoubleToPt
[all...]
H A Dunity.c481 static int UnityIsOneArrayNull(UNITY_INTERNAL_PTR expected, in UnityIsOneArrayNull()
482 UNITY_INTERNAL_PTR actual, in UnityIsOneArrayNull()
601 void UnityAssertEqualIntArray(UNITY_INTERNAL_PTR expected, in UnityAssertEqualIntArray()
602 UNITY_INTERNAL_PTR actual, in UnityAssertEqualIntArray()
671 expected = (UNITY_INTERNAL_PTR)(length + (const char*)expected); in UnityAssertEqualIntArray()
673 actual = (UNITY_INTERNAL_PTR)(length + (const char*)actual); in UnityAssertEqualIntArray()
731 if (UnityIsOneArrayNull((UNITY_INTERNAL_PTR)expected, (UNITY_INTERNAL_PTR)actual, lineNumber, msg)) in UnityAssertEqualFloatArray()
861 if (UnityIsOneArrayNull((UNITY_INTERNAL_PTR)expected, (UNITY_INTERNAL_PTR)actua in UnityAssertEqualDoubleArray()
[all...]

Completed in 11 milliseconds