Home
last modified time | relevance | path

Searched refs:iterator_t (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dranges_algo.h86 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
114 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
142 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
191 indirectly_unary_invocable<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
254 projected<iterator_t<_Range>, _Proj>, in _GLIBCXX_VISIBILITY()
282 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
310 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
346 requires indirectly_comparable<iterator_t<_Range1>, iterator_t<_Range2>, in _GLIBCXX_VISIBILITY()
381 projected<iterator_t<_Range>, _Proj>, in _GLIBCXX_VISIBILITY()
411 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
[all …]
H A Drange_access.h884 using iterator_t = std::__detail::__range_iter_t<_Tp>; in _GLIBCXX_VISIBILITY() local
890 using range_difference_t = iter_difference_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
893 using range_value_t = iter_value_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
896 using range_reference_t = iter_reference_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
900 = iter_rvalue_reference_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
915 = range<_Range> && output_iterator<iterator_t<_Range>, _Tp>; in _GLIBCXX_VISIBILITY()
919 concept input_range = range<_Tp> && input_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
924 = input_range<_Tp> && forward_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
929 = forward_range<_Tp> && bidirectional_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
934 = bidirectional_range<_Tp> && random_access_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_algobase.h145 requires indirectly_comparable<iterator_t<_Range1>, iterator_t<_Range2>, in _GLIBCXX_VISIBILITY()
311 requires indirectly_copyable<iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
336 requires indirectly_movable<iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
454 requires indirectly_copyable<iterator_t<_Range>, _Iter> in _GLIBCXX_VISIBILITY()
479 requires indirectly_movable<iterator_t<_Range>, _Iter> in _GLIBCXX_VISIBILITY()
H A Dranges_uninitialized.h66 && __nothrow_input_iterator<iterator_t<_Range>> in _GLIBCXX_VISIBILITY()
67 && __nothrow_sentinel<sentinel_t<_Range>, iterator_t<_Range>>); in _GLIBCXX_VISIBILITY()
78 && __nothrow_forward_iterator<iterator_t<_Range>>); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dranges_algo.h86 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
114 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
142 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
191 indirectly_unary_invocable<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
254 projected<iterator_t<_Range>, _Proj>, in _GLIBCXX_VISIBILITY()
282 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
310 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
346 requires indirectly_comparable<iterator_t<_Range1>, iterator_t<_Range2>, in _GLIBCXX_VISIBILITY()
381 projected<iterator_t<_Range>, _Proj>, in _GLIBCXX_VISIBILITY()
411 indirect_unary_predicate<projected<iterator_t<_Range>, _Proj>> in _GLIBCXX_VISIBILITY()
[all …]
H A Drange_access.h884 using iterator_t = std::__detail::__range_iter_t<_Tp>; in _GLIBCXX_VISIBILITY() local
890 using range_difference_t = iter_difference_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
893 using range_value_t = iter_value_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
896 using range_reference_t = iter_reference_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
900 = iter_rvalue_reference_t<iterator_t<_Range>>; in _GLIBCXX_VISIBILITY()
915 = range<_Range> && output_iterator<iterator_t<_Range>, _Tp>; in _GLIBCXX_VISIBILITY()
919 concept input_range = range<_Tp> && input_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
924 = input_range<_Tp> && forward_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
929 = forward_range<_Tp> && bidirectional_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
934 = bidirectional_range<_Tp> && random_access_iterator<iterator_t<_Tp>>; in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_algobase.h145 requires indirectly_comparable<iterator_t<_Range1>, iterator_t<_Range2>, in _GLIBCXX_VISIBILITY()
311 requires indirectly_copyable<iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
336 requires indirectly_movable<iterator_t<_Range>, _Out> in _GLIBCXX_VISIBILITY()
454 requires indirectly_copyable<iterator_t<_Range>, _Iter> in _GLIBCXX_VISIBILITY()
479 requires indirectly_movable<iterator_t<_Range>, _Iter> in _GLIBCXX_VISIBILITY()
H A Dranges_uninitialized.h66 && __nothrow_input_iterator<iterator_t<_Range>> in _GLIBCXX_VISIBILITY()
67 && __nothrow_sentinel<sentinel_t<_Range>, iterator_t<_Range>>); in _GLIBCXX_VISIBILITY()
78 && __nothrow_forward_iterator<iterator_t<_Range>>); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dranges85 && same_as<iterator_t<_Range>, iterator_t<const _Range>>
134 data() requires contiguous_iterator<iterator_t<_Derived>>
140 && contiguous_iterator<iterator_t<const _Derived>>
146 && sized_sentinel_for<sentinel_t<_Derived>, iterator_t<_Derived>>
153 iterator_t<const _Derived>>
276 && __detail::__convertible_to_non_slicing<iterator_t<_Rng>, _It>
285 && __detail::__convertible_to_non_slicing<iterator_t<_Rng>, _It>
293 requires __detail::__convertible_to_non_slicing<iterator_t<_Rng>, _It>
387 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>,
389 || sized_sentinel_for<sentinel_t<_Rng>, iterator_t<_Rng>>)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dranges85 && same_as<iterator_t<_Range>, iterator_t<const _Range>>
134 data() requires contiguous_iterator<iterator_t<_Derived>>
140 && contiguous_iterator<iterator_t<const _Derived>>
146 && sized_sentinel_for<sentinel_t<_Derived>, iterator_t<_Derived>>
153 iterator_t<const _Derived>>
276 && __detail::__convertible_to_non_slicing<iterator_t<_Rng>, _It>
285 && __detail::__convertible_to_non_slicing<iterator_t<_Rng>, _It>
293 requires __detail::__convertible_to_non_slicing<iterator_t<_Rng>, _It>
387 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>,
389 || sized_sentinel_for<sentinel_t<_Rng>, iterator_t<_Rng>>)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Dsub_range.hpp151 >::type iterator_t; typedef in boost::sub_range
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvariant.hpp234 >::type iterator_t; typedef
238 iterator_t, end_t
251 >::type iterator_t; typedef
255 iterator_t, end_t