HomeSort by relevance Sort by last modified time
    Searched defs:ASSERT_STATIC (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/util/
options.hh 84 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond))
  /external/harfbuzz_ng/src/
hb-private.hh 244 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond))
255 ASSERT_STATIC (sizeof (int8_t) == 1);
256 ASSERT_STATIC (sizeof (uint8_t) == 1);
257 ASSERT_STATIC (sizeof (int16_t) == 2);
258 ASSERT_STATIC (sizeof (uint16_t) == 2);
259 ASSERT_STATIC (sizeof (int32_t) == 4);
260 ASSERT_STATIC (sizeof (uint32_t) == 4);
261 ASSERT_STATIC (sizeof (int64_t) == 8);
262 ASSERT_STATIC (sizeof (uint64_t) == 8);
264 ASSERT_STATIC (sizeof (hb_codepoint_t) == 4)
    [all...]

Completed in 2880 milliseconds