Home
last modified time | relevance | path

Searched refs:hb_iota_iter_t (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-iter.hh667 struct hb_iota_iter_t : struct
668 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() function
694 hb_iota_iter_t __end__ () const { return *this; } in __end__() argument
695 bool operator != (const hb_iota_iter_t& o) const { return true; } in operator !=() argument
703 template <typename T = unsigned, typename S = unsigned> hb_iota_iter_t<T, S> argument
705 { return hb_iota_iter_t<T, S> (start, step); } in operator ()()