Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-iter.hh64 static constexpr bool is_random_access_iterator = false; member
220 if (thiz()->is_random_access_iterator) in __end__()
388 static constexpr bool is_random_access_iterator = Iter::is_random_access_iterator; member
540 static constexpr bool is_random_access_iterator = member
541 A::is_random_access_iterator &&
542 B::is_random_access_iterator;
609 static constexpr bool is_random_access_iterator = member
610 A::is_random_access_iterator &&
611 B::is_random_access_iterator;
644 if (!is_random_access_iterator) { in __forward__()
[all …]
H A Dtest-iter.cc40 static constexpr bool is_random_access_iterator = true; member
89 static_assert (true || it.is_random_access_iterator, ""); in test_iterator_non_default_constructable()
135 assert (it1.is_random_access_iterator); in test_concat()
175 assert (!it6.is_random_access_iterator); in test_concat()
199 static_assert (array_iter_t<int>::is_random_access_iterator, ""); in main()
H A Dhb-ot-shaper-use-machine.hh856 static constexpr bool is_random_access_iterator = Iter::is_random_access_iterator; member
H A Dhb-array.hh79 static constexpr bool is_random_access_iterator = true; member
352 static constexpr bool is_random_access_iterator = true; member
H A Dhb-ot-shaper-use-machine.rl207 static constexpr bool is_random_access_iterator = Iter::is_random_access_iterator;
H A Dhb-ot-cff-common.hh157 if (it.is_random_access_iterator) in serialize()
H A Dhb-vector.hh59 if (iter.is_random_access_iterator || iter.has_fast_len) in hb_vector_t()
H A Dhb-map.hh87 if (iter.is_random_access_iterator || iter.has_fast_len) in hb_hashmap_t()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Diterator_category.hpp68 struct is_random_access_iterator struct
79 const bool is_random_access_iterator<I>::value;
Dperl_matcher_non_recursive.hpp795 if(::boost::is_random_access_iterator<BidiIterator>::value) in match_char_repeat()
869 if(::boost::is_random_access_iterator<BidiIterator>::value) in match_set_repeat()
944 if(::boost::is_random_access_iterator<BidiIterator>::value) in match_long_set_repeat()
Dperl_matcher.hpp418 …return ::boost::is_random_access_iterator<BidiIterator>::value ? match_dot_repeat_fast() : match_d… in match_dot_repeat_dispatch()
Dperl_matcher_common.hpp687 if( ::boost::is_random_access_iterator<BidiIterator>::value) in match_backstep()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Diterator_category.hpp73 struct is_random_access_iterator struct
85 const bool is_random_access_iterator<I>::value;
Dperl_matcher_recursive.hpp562 if(::boost::is_random_access_iterator<BidiIterator>::value) in match_char_repeat()
666 if(::boost::is_random_access_iterator<BidiIterator>::value) in match_set_repeat()
762 if(::boost::is_random_access_iterator<BidiIterator>::value) in match_long_set_repeat()
Dperl_matcher_non_recursive.hpp805 if(::boost::is_random_access_iterator<BidiIterator>::value) in match_char_repeat()
879 if(::boost::is_random_access_iterator<BidiIterator>::value) in match_set_repeat()
954 if(::boost::is_random_access_iterator<BidiIterator>::value) in match_long_set_repeat()
Dperl_matcher.hpp461 …return ::boost::is_random_access_iterator<BidiIterator>::value ? match_dot_repeat_fast() : match_d… in match_dot_repeat_dispatch()
Dperl_matcher_common.hpp732 if( ::boost::is_random_access_iterator<BidiIterator>::value) in match_backstep()