Searched defs:iter_t (Results 1 – 7 of 7) sorted by relevance
331 struct iter_t : hb_iter_with_fallback_t<iter_t, hb_codepoint_t> struct333 static constexpr bool is_sorted_iterator = true;334 iter_t (const hb_bit_set_invertible_t &s_ = Null (hb_bit_set_invertible_t), in iter_t() function344 typedef hb_codepoint_t __item_t__;345 hb_codepoint_t __item__ () const { return v; } in __item__()346 bool __more__ () const { return v != INVALID; } in __more__()347 void __next__ () { s->next (&v); if (l) l--; } in __next__()348 void __prev__ () { s->previous (&v); } in __prev__()349 unsigned __len__ () const { return l; } in __len__()350 iter_t end () const { return iter_t (*s, false); } in end()[all …]
749 struct iter_t : hb_iter_with_fallback_t<iter_t, hb_codepoint_t> struct751 static constexpr bool is_sorted_iterator = true;752 iter_t (const hb_bit_set_t &s_ = Null (hb_bit_set_t), in iter_t() argument762 typedef hb_codepoint_t __item_t__;763 hb_codepoint_t __item__ () const { return v; } in __item__()764 bool __more__ () const { return v != INVALID; } in __more__()765 void __next__ () { s->next (&v); if (l) l--; } in __next__()766 void __prev__ () { s->previous (&v); } in __prev__()767 unsigned __len__ () const { return l; } in __len__()768 iter_t end () const { return iter_t (*s, false); } in end()[all …]
1476 struct iter_t struct1478 void init (const struct CoverageFormat1 &c_) { c = &c_; i = 0; } in init()1479 void fini () {} in fini()1480 bool more () const { return i < c->glyphArray.len; } in more()1481 void next () { i++; } in next()1482 hb_codepoint_t get_glyph () const { return c->glyphArray[i]; } in get_glyph()1483 bool operator != (const iter_t& o) const in operator !=()1487 const struct CoverageFormat1 *c;1488 unsigned int i;1610 struct iter_t struct[all …]
159 typedef hb_array_t<const Type> iter_t; typedef332 typedef hb_sorted_array_t< Type> iter_t; typedef
57 typedef array_iter_t<T> iter_t; typedef
151 using iter_t = typename impl_t::iter_t; typedef
630 typedef hb_array_t<const Type> iter_t; typedef804 typedef hb_array_t<const Type> iter_t; typedef918 typedef hb_sorted_array_t<const Type> iter_t; typedef