Home
last modified time | relevance | path

Searched refs:InsertIt (Results 1 – 3 of 3) 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 Dreplace_storage.hpp66 ForwardIteratorT InsertIt, in operator ()()
71 …rwardIteratorT It=::boost::algorithm::detail::move_from_storage( Storage, InsertIt, SegmentBegin ); in operator ()()
122 ForwardIteratorT InsertIt, in operator ()()
128 ::boost::algorithm::detail::replace( Input, InsertIt, SegmentBegin, Storage ); in operator ()()
144 ForwardIteratorT InsertIt, in process_segment() argument
151 Storage, Input, InsertIt, SegmentBegin, SegmentEnd ); in process_segment()
H A Dsequence.hpp78 ForwardIteratorT InsertIt=Begin; in operator ()() local
80 for(; InsertIt!=End && InputIt!=To; InsertIt++, InputIt++ ) in operator ()()
82 *InputIt=*InsertIt; in operator ()()
85 if ( InsertIt!=End ) in operator ()()
88 Input.insert( InputIt, InsertIt, End ); in operator ()()
H A Dfind_format_all.hpp205 input_iterator_type InsertIt=::boost::begin(Input); in find_format_all_impl2() local
211 InsertIt=process_segment( in find_format_all_impl2()
214 InsertIt, in find_format_all_impl2()
229 InsertIt=::boost::algorithm::detail::process_segment( in find_format_all_impl2()
232 InsertIt, in find_format_all_impl2()
239 ::boost::algorithm::detail::erase( Input, InsertIt, ::boost::end(Input) ); in find_format_all_impl2()