Searched refs:hb_iota_iter_t (Results 1 – 1 of 1) sorted by relevance
667 struct hb_iota_iter_t : struct668 hb_iter_with_fallback_t<hb_iota_iter_t<T, S>, T>670 hb_iota_iter_t (T start, S step) : v (start), step (step) {} in hb_iota_iter_t() function694 hb_iota_iter_t __end__ () const { return *this; } in __end__() argument695 bool operator != (const hb_iota_iter_t& o) const { return true; } in operator !=() argument703 template <typename T = unsigned, typename S = unsigned> hb_iota_iter_t<T, S> argument705 { return hb_iota_iter_t<T, S> (start, step); } in operator ()()