Searched refs:BytesFree (Results 1 – 5 of 5) sorted by relevance
65 inline int SimpleBuffer::BytesFree() const { in BytesFree() function in net::SimpleBuffer102 *size = SimpleBuffer::BytesFree(); in GetWritablePtr()142 if (size > 0 && BytesFree() < size) { in Reserve()152 CHECK_GE(BytesFree(), size); in Reserve()
32 int RingBuffer::BytesFree() const { in BytesFree() function in net::RingBuffer64 int bytes_available = BytesFree(); in Write()180 if (size <= BytesFree()) { in Reserve()224 CHECK_LE(amount_to_produce, BytesFree()); in AdvanceWritablePtr()
27 virtual int BytesFree() const = 0;
43 virtual int BytesFree() const;
39 virtual int BytesFree() const;