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

/external/harfbuzz_ng/util/
H A Doptions.hh84 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond)) macro
/external/harfbuzz_ng/src/
H A Dhb-private.hh203 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond)) macro
213 ASSERT_STATIC (sizeof (int8_t) == 1);
214 ASSERT_STATIC (sizeof (uint8_t) == 1);
215 ASSERT_STATIC (sizeof (int16_t) == 2);
216 ASSERT_STATIC (sizeof (uint16_t) == 2);
217 ASSERT_STATIC (sizeof (int32_t) == 4);
218 ASSERT_STATIC (sizeof (uint32_t) == 4);
219 ASSERT_STATIC (sizeof (int64_t) == 8);
220 ASSERT_STATIC (sizeof (uint64_t) == 8);
222 ASSERT_STATIC (sizeo
[all...]

Completed in 154 milliseconds