Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-iter.hh59 struct hb_iter_t struct
61 typedef Item item_t;
62 constexpr unsigned get_item_size () const { return hb_static_size (Item); } in get_item_size()
63 static constexpr bool is_iterator = true;
64 static constexpr bool is_random_access_iterator = false;
65 static constexpr bool is_sorted_iterator = false;
69 const iter_t* thiz () const { return static_cast<const iter_t *> (this); } in thiz()
70 iter_t* thiz () { return static_cast< iter_t *> (this); } in thiz()
74 iter_t iter () const { return *thiz(); } in iter()
75 iter_t operator + () const { return *thiz(); } in operator +()
[all …]