Searched refs:was_writable (Results 1 – 2 of 2) sorted by relevance
41 bool was_writable = queue_.size() < capacity_; in ReadFront() local51 if (!was_writable) { in ReadFront()
750 const bool was_writable = data_length_ < buffer_length_; in Read() local764 if (!was_writable && copy > 0) { in Read()809 const bool was_writable = data_length_ < buffer_length_; in ConsumeReadData() local812 if (!was_writable && size > 0) { in ConsumeReadData()