Searched refs:get_subtable (Results 1 – 4 of 4) sorted by relevance
1279 const SubTable& get_subtable (unsigned int i) const in get_subtable() function1280 { return Lookup::get_subtable<SubTable> (i); } in get_subtable()1289 return CastR<ExtensionSubst> (get_subtable(0)).is_reverse (); in is_reverse()1468 return CastR<ExtensionSubst> (get_subtable<SubTable>()).is_reverse (); in is_reverse()
652 const TSubTable& get_subtable (unsigned int i) const in get_subtable() function693 typename context_t::return_t r = get_subtable<TSubTable> (i).dispatch (c, lookup_type); in dispatch()788 unsigned int type = get_subtable<TSubTable> (0).u.extension.get_type (); in sanitize()791 if (get_subtable<TSubTable> (i).u.extension.get_type () != type) in sanitize()
2543 const X& get_subtable () const in get_subtable() function2555 return_trace (get_subtable<typename T::SubTable> ().dispatch (c, get_type ())); in dispatch()2589 const X& get_subtable () const in get_subtable() function2592 case 1: return u.format1.template get_subtable<typename T::SubTable> (); in get_subtable()
1566 const SubTable& get_subtable (unsigned int i) const in get_subtable() function1567 { return Lookup::get_subtable<SubTable> (i); } in get_subtable()