HomeSort by relevance Sort by last modified time
    Searched refs:_ASSERT_STATIC1 (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/util/
options.hh 82 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1]
83 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh 201 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1]
202 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))
  /external/harfbuzz_ng/src/
hb-private.hh 162 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1]
163 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))

Completed in 78 milliseconds