Home | History | Annotate | Download | only in src

Lines Matching defs:get_type

2159   inline unsigned int get_type (void) const { return extensionLookupType; }
2181 inline unsigned int get_type (void) const
2184 case 1: return u.format1.get_type ();
2207 return get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ());
2224 return TRACE_RETURN (StructAtOffset<typename T::LookupSubTable> (this, offset).sanitize (c, get_type ()));