Home
last modified time | relevance | path

Searched refs:TestEnd (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 Dpredicate.hpp71 Iterator2T TestEnd=::boost::end(lit_test); in starts_with() local
76 it!=InputEnd && pit!=TestEnd; in starts_with()
83 return pit==TestEnd; in starts_with()
298 Iterator2T TestEnd=::boost::end(lit_test); in equals() local
303 it!=InputEnd && pit!=TestEnd; in equals()
310 return (pit==TestEnd) && (it==InputEnd); in equals()