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

  /external/harfbuzz_ng/util/
options.hh 83 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))
84 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond))
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh 202 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))
203 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond))
  /external/harfbuzz_ng/src/
hb-private.hh 163 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))
164 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond))

Completed in 76 milliseconds