Searched refs:hb_function_sortedness_t (Results 1 – 1 of 1) sorted by relevance
373 enum class hb_function_sortedness_t { enum379 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 …]