Home
last modified time | relevance | path

Searched defs:is_random_access_iterator (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Diterator_category.hpp68 struct is_random_access_iterator struct
71 typedef detail::is_random_imp_selector< std::is_pointer<I>::value> selector;
72 typedef typename selector::template rebind<I> bound_type;
73 typedef typename bound_type::type answer;
75 static const bool value = answer::value;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Diterator_category.hpp73 struct is_random_access_iterator struct
76 typedef detail::is_random_imp_selector< ::boost::is_pointer<I>::value> selector;
77 typedef typename selector::template rebind<I> bound_type;
78 typedef typename bound_type::type answer;
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-iter.hh64 static constexpr bool is_random_access_iterator = false; member
388 static constexpr bool is_random_access_iterator = Iter::is_random_access_iterator; member
540 static constexpr bool is_random_access_iterator = member
609 static constexpr bool is_random_access_iterator = member
721 static constexpr bool is_random_access_iterator = true; member
785 static constexpr bool is_random_access_iterator = true; member
814 static constexpr bool is_random_access_iterator = true; 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 Dtest-iter.cc40 static constexpr bool is_random_access_iterator = true; member
H A Dhb-ot-shaper-use-machine.hh856 static constexpr bool is_random_access_iterator = Iter::is_random_access_iterator; member