Searched refs:get_subtable (Results 1 – 3 of 3) sorted by relevance
1127 inline const SubstLookupSubTable& get_subtable (unsigned int i) const in get_subtable() function1137 return CastR<ExtensionSubst> (get_subtable(0)).is_reverse (); in is_reverse()1162 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); in add_coverage()1302 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type); in dispatch()1321 unsigned int type = get_subtable (0).u.extension.get_type (); in sanitize()1324 if (get_subtable (i).u.extension.get_type () != type) in sanitize()1385 return CastR<ExtensionSubst> (get_subtable<SubstLookupSubTable>()).is_reverse (); in is_reverse()
1434 inline const PosLookupSubTable& get_subtable (unsigned int i) const in get_subtable() function1451 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); in add_coverage()1504 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type); in dispatch()
2176 inline const X& get_subtable (void) const in get_subtable() function2186 return get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ()); in dispatch()