Searched refs:eof_ (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | istreamwrapper.h | 57 …uffer_), bufferSize_(4), bufferLast_(0), current_(buffer_), readCount_(0), count_(0), eof_(false) { in RAPIDJSON_DIAG_OFF() 67 …bufferSize_(bufferSize), bufferLast_(0), current_(buffer_), readCount_(0), count_(0), eof_(false) { in RAPIDJSON_DIAG_OFF() 84 return (current_ + 4 - !eof_ <= bufferLast_) ? current_ : 0; in RAPIDJSON_DIAG_OFF() 95 else if (!eof_) { in RAPIDJSON_DIAG_OFF() 104 eof_ = true; in RAPIDJSON_DIAG_OFF() 116 bool eof_; in RAPIDJSON_DIAG_OFF() local
|
D | filereadstream.h | 44 …bufferSize_(bufferSize), bufferLast_(0), current_(buffer_), readCount_(0), count_(0), eof_(false) { in RAPIDJSON_DIAG_OFF() 62 return (current_ + 4 - !eof_ <= bufferLast_) ? current_ : 0; in RAPIDJSON_DIAG_OFF() 69 else if (!eof_) { in RAPIDJSON_DIAG_OFF() 78 eof_ = true; in RAPIDJSON_DIAG_OFF() 90 bool eof_; in RAPIDJSON_DIAG_OFF() local
|