Home
last modified time | relevance | path

Searched refs:FindMatch (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/
H A Dfind_iterator.hpp310 match_type FindMatch=this->do_find( m_Next, m_End ); in increment() local
312 if(FindMatch.begin()==m_End && FindMatch.end()==m_End) in increment()
321 m_Match=match_type( m_Next, FindMatch.begin() ); in increment()
322 m_Next=FindMatch.end(); in increment()