Home
last modified time | relevance | path

Searched refs:current_offset_ (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.hpp346 unsigned int current_offset_; member in boost::offset_separator
354 : offsets_(begin,end), current_offset_(0), in offset_separator()
359 : offsets_(1,1), current_offset_(), in offset_separator()
363 current_offset_ = 0; in reset()
383 if (current_offset_ == offsets_.size()) in operator ()()
386 current_offset_=0; in operator ()()
391 int c = offsets_[current_offset_]; in operator ()()
403 ++current_offset_; in operator ()()