Searched refs:LastMatch (Results 1 – 1 of 1) 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 D | find_format_all.hpp | 54 input_iterator_type LastMatch=::boost::begin(Input); in find_format_all_copy_impl2() local 60 Output = std::copy( LastMatch, M.begin(), Output ); in find_format_all_copy_impl2() 65 LastMatch=M.end(); in find_format_all_copy_impl2() 66 M=Finder( LastMatch, ::boost::end(Input) ); in find_format_all_copy_impl2() 70 Output = std::copy( LastMatch, ::boost::end(Input), Output ); in find_format_all_copy_impl2() 128 input_iterator_type LastMatch=::boost::begin(Input); in find_format_all_copy_impl2() local 137 … boost::algorithm::detail::insert( Output, ::boost::end(Output), LastMatch, M.begin() ); in find_format_all_copy_impl2() 142 LastMatch=M.end(); in find_format_all_copy_impl2() 143 M=Finder( LastMatch, ::boost::end(Input) ); in find_format_all_copy_impl2() 147 …::boost::algorithm::detail::insert( Output, ::boost::end(Output), LastMatch, ::boost::end(Input) ); in find_format_all_copy_impl2()
|