Searched refs:lookup_type (Results 1 – 9 of 9) sorted by relevance
59 t_u32 = gdb.lookup_type('unsigned int')60 t_u64 = gdb.lookup_type('unsigned long long')
42 typedef const value_type* lookup_type;50 static lookup_type Lookup(data_type B, key_type K) {
329 typename ProgramStateTrait<T>::lookup_type
471 HB_UShort lookup_type );475 HB_UShort lookup_type );
453 HB_UShort lookup_type ) in Load_SubTable() argument456 return _HB_GSUB_Load_SubTable ( &st->st.gsub, stream, lookup_type ); in Load_SubTable()458 return _HB_GPOS_Load_SubTable ( &st->st.gpos, stream, lookup_type ); in Load_SubTable()464 HB_UShort lookup_type ) in Free_SubTable() argument467 _HB_GSUB_Free_SubTable ( &st->st.gsub, lookup_type ); in Free_SubTable()469 _HB_GPOS_Free_SubTable ( &st->st.gpos, lookup_type ); in Free_SubTable()
717 HB_UShort lookup_type );721 HB_UShort lookup_type );
4028 int lookup_type; in GSUB_Do_Glyph_Lookup() local4041 lookup_type = lo->LookupType; in GSUB_Do_Glyph_Lookup()4047 switch (lookup_type) { in GSUB_Do_Glyph_Lookup()4081 HB_UShort lookup_type ) in _HB_GSUB_Load_SubTable() argument4083 switch (lookup_type) { in _HB_GSUB_Load_SubTable()4099 HB_UShort lookup_type ) in _HB_GSUB_Free_SubTable() argument4101 switch ( lookup_type ) { in _HB_GSUB_Free_SubTable()4125 int lookup_type = gsub->LookupList.Lookup[lookup_index].LookupType; in GSUB_Do_String_Lookup() local4131 switch (lookup_type) { in GSUB_Do_String_Lookup()
5780 int lookup_type; in GPOS_Do_Glyph_Lookup() local5794 lookup_type = lo->LookupType; in GPOS_Do_Glyph_Lookup()5800 switch (lookup_type) { in GPOS_Do_Glyph_Lookup()5836 HB_UShort lookup_type ) in _HB_GPOS_Load_SubTable() argument5838 switch ( lookup_type ) { in _HB_GPOS_Load_SubTable()5855 HB_UShort lookup_type ) in _HB_GPOS_Free_SubTable() argument5857 switch ( lookup_type ) { in _HB_GPOS_Free_SubTable()
300 element_type = gdb.lookup_type('WebCore::Element')301 node_type = gdb.lookup_type('WebCore::Node')