Searched defs:hb_map_iter_t (Results 1 – 1 of 1) sorted by relevance
364 struct hb_map_iter_t : struct368 hb_map_iter_t (const Iter& it, Proj f_) : it (it), f (f_) {} in hb_map_iter_t() function384 hb_map_iter_t __end__ () const { return hb_map_iter_t (it._end (), f); } in __end__() argument385 bool operator != (const hb_map_iter_t& o) const in operator !=() argument400 hb_map_iter_t<Iter, Proj, Sorted> argument