D | compound_buffer.cc | 59 void CompoundBuffer::Prepend(net::IOBuffer* buffer, in Prepend() function in remoting::CompoundBuffer 71 void CompoundBuffer::Prepend(net::IOBuffer* buffer, int size) { in Prepend() function in remoting::CompoundBuffer 72 Prepend(buffer, buffer->data(), size); in Prepend() 75 void CompoundBuffer::Prepend(const CompoundBuffer& buffer) { in Prepend() function in remoting::CompoundBuffer 78 Prepend(it->buffer.get(), it->start, it->size); in Prepend() 90 Prepend(buffer, size); in PrependCopyOf()
|