Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-vector.hh289 typedef hb_sorted_array_t<const Type> const_iter_t; typedef
291 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()