Home
last modified time | relevance | path

Searched refs:itBegin (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Djoin.hpp55 InputIteratorT itBegin=::boost::begin(Input); in join() local
62 if(itBegin!=itEnd) in join()
64 detail::insert(Result, ::boost::end(Result), *itBegin); in join()
65 ++itBegin; in join()
68 for(;itBegin!=itEnd; ++itBegin) in join()
73 detail::insert(Result, ::boost::end(Result), *itBegin); in join()
106 InputIteratorT itBegin=::boost::begin(Input); in join_if() local
113 while(itBegin!=itEnd && !Pred(*itBegin)) ++itBegin; in join_if()
115 if(itBegin!=itEnd) in join_if()
117 detail::insert(Result, ::boost::end(Result), *itBegin); in join_if()
[all …]
H A Diter_find.hpp98 transform_iter_type itBegin= in iter_find() local
108 SequenceSequenceT Tmp(itBegin, itEnd); in iter_find()
168 transform_iter_type itBegin= in iter_split() local
178 SequenceSequenceT Tmp(itBegin, itEnd); in iter_split()