Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-iter.hh710 struct hb_repeat_iter_t : struct
711 hb_iter_t<hb_repeat_iter_t<T>, T>
713 hb_repeat_iter_t (T value) : v (value) {} in hb_repeat_iter_t() function
726 hb_repeat_iter_t __end__ () const { return *this; } in __end__() argument
727 bool operator != (const hb_repeat_iter_t& o) const { return true; } in operator !=() argument
734 template <typename T> hb_repeat_iter_t<T> argument
736 { return hb_repeat_iter_t<T> (value); } in operator ()()