Home
last modified time | relevance | path

Searched refs:next_unread_byte_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
Dzlib_inputstream.cc118 next_unread_byte_ = reinterpret_cast<char*>(z_stream_def_->output.get()); in InitZlibBuffer()
179 next_unread_byte_; in ReadBytesFromCache()
182 result->append(next_unread_byte_, can_read_bytes); in ReadBytesFromCache()
183 next_unread_byte_ += can_read_bytes; in ReadBytesFromCache()
191 next_unread_byte_ - reinterpret_cast<char*>(z_stream_def_->output.get()); in NumUnreadBytes()
213 next_unread_byte_ = reinterpret_cast<char*>(z_stream_def_->output.get()); in ReadNBytes()
Dzlib_inputstream.h86 char* next_unread_byte_; // Next unread byte in z_stream_output_ variable