Searched refs:hb_function_sortedness_t (Results 1 – 1 of 1) sorted by relevance
360 enum class hb_function_sortedness_t { enum366 template <typename Iter, typename Proj, hb_function_sortedness_t Sorted,377 Sorted == hb_function_sortedness_t::SORTED ? true :378 Sorted == hb_function_sortedness_t::RETAINS_SORTING ? Iter::is_sorted_iterator :397 template <typename Proj, hb_function_sortedness_t Sorted>414 hb_map_iter_factory_t<Proj, hb_function_sortedness_t::NOT_SORTED>416 { return hb_map_iter_factory_t<Proj, hb_function_sortedness_t::NOT_SORTED> (f); } in operator ()()422 hb_map_iter_factory_t<Proj, hb_function_sortedness_t::RETAINS_SORTING>424 { return hb_map_iter_factory_t<Proj, hb_function_sortedness_t::RETAINS_SORTING> (f); } in operator ()()430 hb_map_iter_factory_t<Proj, hb_function_sortedness_t::SORTED>[all …]