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
267 …s_sorted_iterator_of(Iter, Item) (hb_is_iterator_of<Iter, Item>::value && Iter::is_sorted_iterator)
324 (hb_is_source_of(Iter, Item) && Iter::is_sorted_iterator)
389 static constexpr bool is_sorted_iterator = member
391 Sorted == hb_function_sortedness_t::RETAINS_SORTING ? Iter::is_sorted_iterator :
459 static constexpr bool is_sorted_iterator = Iter::is_sorted_iterator; member
567 static constexpr bool is_sorted_iterator = A::is_sorted_iterator; member
612 static constexpr bool is_sorted_iterator = false; member
722 static constexpr bool is_sorted_iterator = true; member
786 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.rl209 static constexpr bool is_sorted_iterator = Iter::is_sorted_iterator;
Dtest-iter.cc90 static_assert (true || it.is_sorted_iterator, ""); in test_iterator_non_default_constructable()
Dhb-bit-set-invertible.hh347 static constexpr bool is_sorted_iterator = true; member
Dhb-array.hh353 static constexpr bool is_sorted_iterator = true; member
Dhb-bit-set.hh878 static constexpr bool is_sorted_iterator = true; member
/external/harfbuzz_ng/src/OT/Layout/Common/
DCoverage.hh239 static constexpr bool is_sorted_iterator = true; member