Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-iter.hh65 static constexpr bool is_sorted_iterator = false; member
260 …s_sorted_iterator_of(Iter, Item) (hb_is_iterator_of<Iter, Item>::value && Iter::is_sorted_iterator)
317 (hb_is_source_of(Iter, Item) && Iter::is_sorted_iterator)
372 static constexpr bool is_sorted_iterator = member
374 Sorted == hb_function_sortedness_t::RETAINS_SORTING ? Iter::is_sorted_iterator :
442 static constexpr bool is_sorted_iterator = Iter::is_sorted_iterator; member
550 static constexpr bool is_sorted_iterator = A::is_sorted_iterator; member
595 static constexpr bool is_sorted_iterator = false; member
705 static constexpr bool is_sorted_iterator = true; member
769 static constexpr bool is_sorted_iterator = true; member
[all …]
Dhb-ot-shaper-use-machine.hh857 static constexpr bool is_sorted_iterator = Iter::is_sorted_iterator; member
Dhb-ot-shaper-use-machine.rl205 static constexpr bool is_sorted_iterator = Iter::is_sorted_iterator;
Dhb-bit-set-invertible.hh342 static constexpr bool is_sorted_iterator = true; member
Dtest-iter.cc90 static_assert (true || it.is_sorted_iterator, ""); in test_iterator_non_default_constructable()
Dhb-array.hh321 static constexpr bool is_sorted_iterator = true; member
Dhb-bit-set.hh861 static constexpr bool is_sorted_iterator = true; member
/external/harfbuzz_ng/src/OT/Layout/Common/
DCoverage.hh223 static constexpr bool is_sorted_iterator = true; member