Home
last modified time | relevance | path

Searched defs:iter_t (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-set.hh698 struct iter_t : hb_iter_with_fallback_t<iter_t, hb_codepoint_t> struct
700 static constexpr bool is_sorted_iterator = true;
701 iter_t (const hb_set_t &s_ = Null(hb_set_t)) : in iter_t() argument
704 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 …]
Dhb-ot-layout-common.hh964 struct iter_t struct
966 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 …]
Dhb-vector.hh138 typedef hb_array_t<const Type> iter_t; typedef
290 typedef hb_sorted_array_t< Type> iter_t; typedef
Dtest-iter.cc57 typedef array_iter_t<T> iter_t; typedef
Dhb-open-type.hh581 typedef hb_array_t<const Type> iter_t; typedef
753 typedef hb_array_t<const Type> iter_t; typedef
866 typedef hb_sorted_array_t<const Type> iter_t; typedef
/external/libwebm/
Dsample_muxer_metadata.cc45 typedef cue_list_t::const_iterator iter_t; in AddChapters() typedef
60 typedef cues_set_t::iterator iter_t; in Write() typedef
180 typedef libwebvtt::Cue::payload_t::const_iterator iter_t; in AddChapter() typedef
325 typedef cue_t::settings_t::const_iterator iter_t; in WriteCueSettings() typedef
348 typedef cue_t::payload_t::const_iterator iter_t; in WriteCuePayload() typedef
Ddumpvtt.cc59 typedef libwebvtt::Cue::settings_t::const_iterator iter_t; in main() typedef
75 typedef libwebvtt::Cue::payload_t::const_iterator iter_t; in main() typedef
Dvttdemux.cc415 typedef metadata_map_t::iterator iter_t; in OpenFiles() typedef
514 typedef metadata_map_t::iterator iter_t; in CloseFiles() typedef
559 typedef metadata_map_t::const_iterator iter_t; in InitializeFiles() typedef
778 typedef metadata_map_t::const_iterator iter_t; in ProcessBlockEntry() typedef
Dmkvmuxer_sample.cc107 typedef metadata_files_t::const_iterator iter_t; in LoadMetadataFiles() typedef