Searched refs:const_iter_t (Results 1 – 1 of 1) sorted by relevance
289 typedef hb_sorted_array_t<const Type> const_iter_t; typedef291 const_iter_t iter () const { return as_array (); } in iter()292 const_iter_t citer () const { return as_array (); } in citer()295 operator const_iter_t () const { return iter (); } in operator const_iter_t()