SubstLookupSubTable  902 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh   typedef struct SubstLookupSubTable LookupSubTable;
SubstLookupSubTable 1135 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh   inline const SubstLookupSubTable& get_subtable (unsigned int i) const
SubstLookupSubTable 1136 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh   { return this+CastR<OffsetArrayOf<SubstLookupSubTable> > (subTable)[i]; }
SubstLookupSubTable 1139 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh   { return lookup_type == SubstLookupSubTable::ReverseChainSingle; }
SubstLookupSubTable 1144 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh     if (unlikely (type == SubstLookupSubTable::Extension))
SubstLookupSubTable 1196 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh   inline SubstLookupSubTable& serialize_subtable (hb_serialize_context_t *c,
SubstLookupSubTable 1198 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh   { return CastR<OffsetArrayOf<SubstLookupSubTable> > (subTable)[i].serialize (c, this); }
SubstLookupSubTable 1207 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh     if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Single, lookup_props, 1))) return TRACE_RETURN (false);
SubstLookupSubTable 1219 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh     if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Multiple, lookup_props, 1))) return TRACE_RETURN (false);
SubstLookupSubTable 1232 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh     if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Alternate, lookup_props, 1))) return TRACE_RETURN (false);
SubstLookupSubTable 1247 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh     if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Ligature, lookup_props, 1))) return TRACE_RETURN (false);
SubstLookupSubTable 1273 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh     OffsetArrayOf<SubstLookupSubTable> &list = CastR<OffsetArrayOf<SubstLookupSubTable> > (subTable);
SubstLookupSubTable 1276 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh     if (unlikely (get_type () == SubstLookupSubTable::Extension))
SubstLookupSubTable 1344 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh   if (unlikely (type == SubstLookupSubTable::Extension))
SubstLookupSubTable 1345 third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh     return CastR<ExtensionSubst> (get_subtable<SubstLookupSubTable>()).is_reverse ();