Home
last modified time | relevance | path

Searched refs:is_nonret (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/
H A Dtoken_functions.hpp593 bool is_nonret(Char E)const in is_nonret() function in boost::char_delimiters_separator
625 for (;next!=end && ( is_nonret(*next) || (is_ret(*next) in operator ()()
640 for (;next!=end && !is_nonret(*next) && !is_ret(*next);++next) in operator ()()