Home
last modified time | relevance | path

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

/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;
/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;
/external/harfbuzz_ng/src/
Dhb-iter.hh64 static constexpr bool is_random_access_iterator = false; member
378 static constexpr bool is_random_access_iterator = Iter::is_random_access_iterator; member
530 static constexpr bool is_random_access_iterator = member
599 static constexpr bool is_random_access_iterator = member
711 static constexpr bool is_random_access_iterator = true; member
775 static constexpr bool is_random_access_iterator = true; member
804 static constexpr bool is_random_access_iterator = true; member
Dhb-array.hh77 static constexpr bool is_random_access_iterator = true; member
350 static constexpr bool is_random_access_iterator = true; member
Dtest-iter.cc40 static constexpr bool is_random_access_iterator = true; member
Dhb-ot-shaper-use-machine.hh847 static constexpr bool is_random_access_iterator = Iter::is_random_access_iterator; member