Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-iter.hh373 enum class hb_function_sortedness_t { enum
379 template <typename Iter, typename Proj, hb_function_sortedness_t Sorted,
390 Sorted == hb_function_sortedness_t::SORTED ? true :
391 Sorted == hb_function_sortedness_t::RETAINS_SORTING ? Iter::is_sorted_iterator :
410 template <typename Proj, hb_function_sortedness_t Sorted>
427 hb_map_iter_factory_t<Proj, hb_function_sortedness_t::NOT_SORTED>
429 { return hb_map_iter_factory_t<Proj, hb_function_sortedness_t::NOT_SORTED> (f); } in operator ()()
435 hb_map_iter_factory_t<Proj, hb_function_sortedness_t::RETAINS_SORTING>
437 { return hb_map_iter_factory_t<Proj, hb_function_sortedness_t::RETAINS_SORTING> (f); } in operator ()()
443 hb_map_iter_factory_t<Proj, hb_function_sortedness_t::SORTED>
[all …]