Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-iter.hh515 struct hb_zip_iter_t : struct
519 hb_zip_iter_t () {} in hb_zip_iter_t() argument
520 hb_zip_iter_t (const A& a, const B& b) : a (a), b (b) {} in hb_zip_iter_t() function
522 typedef hb_pair_t<typename A::item_t, typename B::item_t> __item_t__;
523 static constexpr bool is_random_access_iterator =
560 hb_zip_iter_t __end__ () const { return hb_zip_iter_t (a._end (), b._end ()); } in __end__() argument
563 bool operator != (const hb_zip_iter_t& o) const in operator !=() argument
574 hb_zip_iter_t<hb_iter_type<A>, hb_iter_type<B>> argument