Searched defs:WriteBuffer (Results 1 – 3 of 3) sorted by relevance
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
404 bool CopyingOutputStreamAdaptor::WriteBuffer() { in WriteBuffer() function in google::protobuf::io::CopyingOutputStreamAdaptor