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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 855 struct ArrayOf : GenericArrayOf<USHORT, Type> {};
863 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};
867 struct LongOffsetArrayOf : ArrayOf<LongOffsetTo<Type> > {};
953 struct SortedArrayOf : ArrayOf<Type> {
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 745 struct ArrayOf
853 struct OffsetArrayOf : ArrayOf<OffsetTo<Type> > {};
934 struct SortedArrayOf : ArrayOf<Type, LenType>

Completed in 55 milliseconds