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.hh64 struct hb_iter_t struct
66 typedef Item item_t;
67 constexpr unsigned get_item_size () const { return hb_static_size (Item); } in get_item_size()
68 static constexpr bool is_iterator = true;
69 static constexpr bool is_random_access_iterator = false;
70 static constexpr bool is_sorted_iterator = false;
74 const iter_t* thiz () const { return static_cast<const iter_t *> (this); } in thiz()
75 iter_t* thiz () { return static_cast< iter_t *> (this); } in thiz()
83 iter_t iter () const { return *thiz(); } in iter()
84 iter_t operator + () const { return *thiz(); } in operator +()
[all …]