Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-iter.hh63 template <typename iter_t, typename Item = typename iter_t::__item_t__>
189 template <typename iter_t, typename item_t = typename iter_t::__item_t__>
235 template <typename iter_t, typename item_t = typename iter_t::__item_t__>
374 typedef decltype (hb_get (hb_declval (Proj), *hb_declval (Iter))) __item_t__; typedef
380 __item_t__ __item__ () const { return hb_get (f.get (), *it); } in __item__()
381 __item_t__ __item_at__ (unsigned i) const { return hb_get (f.get (), it[i]); } in __item_at__()
445 typedef typename Iter::item_t __item_t__; typedef
447 __item_t__ __item__ () const { return *it; } in __item__()
526 typedef hb_pair_t<typename A::item_t, typename B::item_t> __item_t__; typedef
556 __item_t__ __item__ () const { return __item_t__ (*a, *b); } in __item__()
[all …]
Dtest-iter.cc40 typedef T& __item_t__; typedef
147 (void) static_cast<hb_iter_t<hb_sorted_array_t<int>, hb_sorted_array_t<int>::__item_t__>&> (sa); in main()
Dhb-ot-glyf-table.hh361 typedef const CompositeGlyphChain *__item_t__; typedef
362 composite_iter_t (hb_bytes_t glyph_, __item_t__ current_) : in composite_iter_t()
389 __item_t__ current;
Dhb-array.hh63 typedef Type& __item_t__; typedef
Dhb-set.hh704 typedef hb_codepoint_t __item_t__; typedef
Dhb-ot-layout-common.hh1291 typedef hb_codepoint_t __item_t__; typedef
1292 __item_t__ __item__ () const { return get_glyph (); } in __item__()