Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-iter.hh368 struct hb_map_iter_t : struct
372 hb_map_iter_t (const Iter& it, Proj f_) : it (it), f (f_) {} in hb_map_iter_t() function
388 hb_map_iter_t __end__ () const { return hb_map_iter_t (it.end (), f); } in __end__() argument
389 bool operator != (const hb_map_iter_t& o) const in operator !=() argument
404 hb_map_iter_t<Iter, Proj, Sorted> argument