Searched refs:current_ (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | char_array_buffer.hpp | 14 : begin_(data), end_(data + size), current_(data) {} in CharArrayBuffer() 18 if (current_ == end_) { in underflow() 21 return traits_type::to_int_type(*current_); in underflow() 25 if (current_ == end_) { in uflow() 28 return traits_type::to_int_type(*current_++); in uflow() 32 if (current_ == begin_ || (ch != traits_type::eof() && ch != current_[-1])) { in pbackfail() 35 return traits_type::to_int_type(*--current_); in pbackfail() 39 return end_ - current_; in showmanyc() 43 if (dir == std::ios_base::beg) current_ = std::min(begin_ + off, end_); in seekoff() 44 else if (dir == std::ios_base::cur) current_ = std::min(current_ + off, end_); in seekoff() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | filewritestream.h | 36 …ize_t bufferSize) : fp_(fp), buffer_(buffer), bufferEnd_(buffer + bufferSize), current_(buffer_) { in FileWriteStream() 41 if (current_ >= bufferEnd_) in Put() 44 *current_++ = c; in Put() 48 size_t avail = static_cast<size_t>(bufferEnd_ - current_); in PutN() 50 std::memset(current_, c, avail); in PutN() 51 current_ += avail; in PutN() 54 avail = static_cast<size_t>(bufferEnd_ - current_); in PutN() 58 std::memset(current_, c, n); in PutN() 59 current_ += n; in PutN() 64 if (current_ != buffer_) { in Flush() [all …]
|
| H A D | filereadstream.h | 44 …e) : fp_(fp), buffer_(buffer), bufferSize_(bufferSize), bufferLast_(0), current_(buffer_), readCou… in RAPIDJSON_DIAG_OFF() 50 Ch Peek() const { return *current_; } in RAPIDJSON_DIAG_OFF() 51 Ch Take() { Ch c = *current_; Read(); return c; } in RAPIDJSON_DIAG_OFF() 52 size_t Tell() const { return count_ + static_cast<size_t>(current_ - buffer_); } in RAPIDJSON_DIAG_OFF() 62 return (current_ + 4 <= bufferLast_) ? current_ : 0; in RAPIDJSON_DIAG_OFF() 67 if (current_ < bufferLast_) in RAPIDJSON_DIAG_OFF() 68 ++current_; in RAPIDJSON_DIAG_OFF() 73 current_ = buffer_; in RAPIDJSON_DIAG_OFF() 87 Ch *current_; in RAPIDJSON_DIAG_OFF() local
|
| H A D | encodedstream.h | 45 current_ = Encoding::TakeBOM(is_); in RAPIDJSON_DIAG_OFF() 48 Ch Peek() const { return current_; } in RAPIDJSON_DIAG_OFF() 49 Ch Take() { Ch c = current_; current_ = Encoding::Take(is_); return c; } in RAPIDJSON_DIAG_OFF() 63 Ch current_; in RAPIDJSON_DIAG_OFF() local 150 current_ = takeFunc_(*is_); 156 Ch Peek() const { return current_; } in Peek() 157 Ch Take() { Ch c = current_; current_ = takeFunc_(*is_); return c; } in Take() 222 Ch current_; variable
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | ranges | 2853 // current of outer-iterator. current is equivalent to current_ if 2854 // V models forward_range, and parent_->current_ otherwise.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | ranges | 2853 // current of outer-iterator. current is equivalent to current_ if 2854 // V models forward_range, and parent_->current_ otherwise.
|