HomeSort by relevance Sort by last modified time
    Searched refs:_ASSERT_STATIC0 (Results 1 - 2 of 2) 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/harfbuzz_ng/src/
hb-private.hh 243 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))
244 #define ASSERT_STATIC(_cond) _ASSERT_STATIC0 (__LINE__, (_cond))

Completed in 39 milliseconds