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

  /external/harfbuzz_ng/src/
hb-open-type-private.hh 751 template <typename FixedType=USHORT>
754 inline uint32_t to_int (void) const { return (major << (sizeof(FixedType) * 8)) + minor; }
762 FixedType major;
763 FixedType minor;
765 DEFINE_SIZE_STATIC (2 * sizeof(FixedType));
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 200 milliseconds