Searched defs:WriteBuffer (Results 1 – 4 of 4) sorted by relevance
30 WriteBuffer(BufferError), enumerator
107 uint8_t *WriteBuffer = static_cast<uint8_t *>(Pool.Allocate(Size, 8)); in readBytes() local201 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
152 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local251 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
349 bool CopyingOutputStreamAdaptor::WriteBuffer() { in WriteBuffer() function in google::protobuf::io::CopyingOutputStreamAdaptor