Searched defs:hb_map_iter_t (Results 1 – 1 of 1) sorted by relevance
368 struct hb_map_iter_t : struct372 hb_map_iter_t (const Iter& it, Proj f_) : it (it), f (f_) {} in hb_map_iter_t() argument388 hb_map_iter_t __end__ () const { return hb_map_iter_t (it.end (), f); } in __end__() argument389 bool operator != (const hb_map_iter_t& o) const in operator !=() argument404 hb_map_iter_t<Iter, Proj, Sorted> argument