Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
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()
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()