Home
last modified time | relevance | path

Searched refs:SubBegin (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 Dpredicate.hpp30 ForwardIterator2T SubBegin, in ends_with_iter_select() argument
37 for(;it!=Begin && pit!=SubBegin;) in ends_with_iter_select()
43 return pit==SubBegin; in ends_with_iter_select()
53 ForwardIterator2T SubBegin, in ends_with_iter_select() argument
58 if ( SubBegin==SubEnd ) in ends_with_iter_select()
66 ::boost::make_iterator_range(SubBegin, SubEnd), in ends_with_iter_select()