Searched refs:token_iterator (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 D | token_iterator.hpp | 30 class token_iterator class 32 token_iterator<TokenizerFunc, Iterator, Type> 77 token_iterator():begin_(),end_(),valid_(false),tok_() { } in token_iterator() function in boost::token_iterator 79 token_iterator(TokenizerFunc f, Iterator begin, Iterator e = Iterator()) in token_iterator() function in boost::token_iterator 82 token_iterator(Iterator begin, Iterator e = Iterator()) in token_iterator() function in boost::token_iterator 86 token_iterator( in token_iterator() function in boost::token_iterator 87 token_iterator<TokenizerFunc, OtherIter,Type> const& t in token_iterator() 115 typedef token_iterator<TokenizerFunc,Iterator,Type> type;
|