Searched refs:CopyingOutputStreamAdaptor (Results 1 – 3 of 3) sorted by relevance
303 CopyingOutputStreamAdaptor::CopyingOutputStreamAdaptor( in CopyingOutputStreamAdaptor() function in google::protobuf::io::CopyingOutputStreamAdaptor312 CopyingOutputStreamAdaptor::~CopyingOutputStreamAdaptor() { in ~CopyingOutputStreamAdaptor()319 bool CopyingOutputStreamAdaptor::Flush() { return WriteBuffer(); } in Flush()321 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { in Next()334 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp()345 int64_t CopyingOutputStreamAdaptor::ByteCount() const { in ByteCount()349 bool CopyingOutputStreamAdaptor::WriteBuffer() { in WriteBuffer()368 void CopyingOutputStreamAdaptor::AllocateBufferIfNeeded() { in AllocateBufferIfNeeded()374 void CopyingOutputStreamAdaptor::FreeBuffer() { in FreeBuffer()
287 class PROTOBUF_EXPORT CopyingOutputStreamAdaptor : public ZeroCopyOutputStream {293 explicit CopyingOutputStreamAdaptor(CopyingOutputStream* copying_stream,295 ~CopyingOutputStreamAdaptor() override;340 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingOutputStreamAdaptor);
206 CopyingOutputStreamAdaptor impl_;292 CopyingOutputStreamAdaptor impl_;