Home
last modified time | relevance | path

Searched refs:OutputIt (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/
H A Dutil.hpp77 OutputIteratorT OutputIt=DestFirst; in bounded_copy() local
78 for(; InputIt!=Last && OutputIt!=DestLast; InputIt++, OutputIt++ ) in bounded_copy()
80 *OutputIt=*InputIt; in bounded_copy()
83 return OutputIt; in bounded_copy()
H A Dreplace_storage.hpp32 OutputIteratorT OutputIt=DestBegin; in move_from_storage() local
34 while( !Storage.empty() && OutputIt!=DestEnd ) in move_from_storage()
36 *OutputIt=Storage.front(); in move_from_storage()
38 ++OutputIt; in move_from_storage()
41 return OutputIt; in move_from_storage()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dfollow_linear_linear.hpp375 template <typename OutputIt, overlay_type OT>
378 static inline OutputIt
379 apply(linestring_iterator, linestring_iterator, OutputIt oit) in apply()
385 template <typename OutputIt>
386 struct copy_linestrings_in_range<OutputIt, overlay_difference>
388 static inline OutputIt
390 OutputIt oit) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/
H A Dadaptive_sort_merge.hpp1020 template<class InputIt1, class InputIt2, class OutputIt, class Compare, class Op>
1021 OutputIt op_partial_merge_impl in op_partial_merge_impl()
1022 …(InputIt1 &r_first1, InputIt1 const last1, InputIt2 &r_first2, InputIt2 const last2, OutputIt d_fi… in op_partial_merge_impl()
1046 template<class InputIt1, class InputIt2, class OutputIt, class Compare, class Op>
1047 OutputIt op_partial_merge in op_partial_merge()
1048 …(InputIt1 &r_first1, InputIt1 const last1, InputIt2 &r_first2, InputIt2 const last2, OutputIt d_fi… in op_partial_merge()
1059 template<class InputIt1, class InputIt2, class OutputIt, class Compare, class Op>
1060 OutputIt op_partial_merge_and_swap_impl in op_partial_merge_and_swap_impl()
1061 …last1, InputIt2 &r_first2, InputIt2 const last2, InputIt2 &r_first_min, OutputIt d_first, Compare … in op_partial_merge_and_swap_impl()
1086 template<class RandIt, class InputIt2, class OutputIt, class Compare, class Op>
[all …]