Searched defs:iter_t (Results 1 – 9 of 9) sorted by relevance
698 struct iter_t : hb_iter_with_fallback_t<iter_t, hb_codepoint_t> struct700 static constexpr bool is_sorted_iterator = true;701 iter_t (const hb_set_t &s_ = Null(hb_set_t)) : in iter_t() argument704 typedef hb_codepoint_t __item_t__;705 hb_codepoint_t __item__ () const { return v; } in __item__()706 bool __more__ () const { return v != INVALID; } in __more__()707 void __next__ () { s->next (&v); if (l) l--; } in __next__()708 void __prev__ () { s->previous (&v); } in __prev__()709 unsigned __len__ () const { return l; } in __len__()710 iter_t end () const { return iter_t (*s); } in end()[all …]
964 struct iter_t struct966 void init (const struct CoverageFormat1 &c_) { c = &c_; i = 0; } in init()967 void fini () {} in fini()968 bool more () const { return i < c->glyphArray.len; } in more()969 void next () { i++; } in next()970 hb_codepoint_t get_glyph () const { return c->glyphArray[i]; } in get_glyph()971 bool operator != (const iter_t& o) const in operator !=()975 const struct CoverageFormat1 *c;976 unsigned int i;1089 struct iter_t struct[all …]
138 typedef hb_array_t<const Type> iter_t; typedef290 typedef hb_sorted_array_t< Type> iter_t; typedef
57 typedef array_iter_t<T> iter_t; typedef
581 typedef hb_array_t<const Type> iter_t; typedef753 typedef hb_array_t<const Type> iter_t; typedef866 typedef hb_sorted_array_t<const Type> iter_t; typedef
45 typedef cue_list_t::const_iterator iter_t; in AddChapters() typedef60 typedef cues_set_t::iterator iter_t; in Write() typedef180 typedef libwebvtt::Cue::payload_t::const_iterator iter_t; in AddChapter() typedef325 typedef cue_t::settings_t::const_iterator iter_t; in WriteCueSettings() typedef348 typedef cue_t::payload_t::const_iterator iter_t; in WriteCuePayload() typedef
59 typedef libwebvtt::Cue::settings_t::const_iterator iter_t; in main() typedef75 typedef libwebvtt::Cue::payload_t::const_iterator iter_t; in main() typedef
415 typedef metadata_map_t::iterator iter_t; in OpenFiles() typedef514 typedef metadata_map_t::iterator iter_t; in CloseFiles() typedef559 typedef metadata_map_t::const_iterator iter_t; in InitializeFiles() typedef778 typedef metadata_map_t::const_iterator iter_t; in ProcessBlockEntry() typedef
107 typedef metadata_files_t::const_iterator iter_t; in LoadMetadataFiles() typedef