Searched refs:AvailableInputSpace (Results 1 – 4 of 4) sorted by relevance
42 if (bytes_to_write <= AvailableInputSpace()) { in Write()53 if (bytes_to_write <= AvailableInputSpace()) { in Write()79 int32 SnappyOutputBuffer::AvailableInputSpace() const { in AvailableInputSpace() function in tensorflow::io::SnappyOutputBuffer85 DCHECK_LE(bytes_to_write, AvailableInputSpace()); in AddToInputBuffer()
80 int32 AvailableInputSpace() const;
71 int32 ZlibOutputBuffer::AvailableInputSpace() const { in AvailableInputSpace() function in tensorflow::io::ZlibOutputBuffer77 CHECK_LE(bytes_to_write, AvailableInputSpace()); in AddToInputBuffer()158 if (bytes_to_write <= AvailableInputSpace()) { in Append()166 if (bytes_to_write <= AvailableInputSpace()) { in Append()
125 int32 AvailableInputSpace() const;