Searched refs:__item_t__ (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-iter.hh | 63 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 …]
|
D | test-iter.cc | 40 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()
|
D | hb-ot-glyf-table.hh | 398 typedef const CompositeGlyphChain *__item_t__; typedef 399 composite_iter_t (hb_bytes_t glyph_, __item_t__ current_) : in composite_iter_t() 441 __item_t__ current;
|
D | hb-bit-set-invertible.hh | 344 typedef hb_codepoint_t __item_t__; typedef
|
D | hb-array.hh | 77 typedef Type& __item_t__; typedef
|
D | hb-bit-set.hh | 762 typedef hb_codepoint_t __item_t__; typedef
|
D | hb-ot-layout-common.hh | 1822 typedef hb_codepoint_t __item_t__; typedef 1823 __item_t__ __item__ () const { return get_glyph (); } in __item__()
|