Home | History | Annotate | Download | only in src

Lines Matching full:get_subtable

2158   inline const X& get_subtable (void) const
2170 return_trace (get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ()));
2202 inline const X& get_subtable (void) const
2205 case 1: return u.format1.template get_subtable<typename T::LookupSubTable> ();