Home
last modified time | relevance | path

Searched refs:CopyingOutputStreamAdaptor (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc303 CopyingOutputStreamAdaptor::CopyingOutputStreamAdaptor( in CopyingOutputStreamAdaptor() function in google::protobuf::io::CopyingOutputStreamAdaptor
312 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()
Dzero_copy_stream_impl_lite.h287 class PROTOBUF_EXPORT CopyingOutputStreamAdaptor : public ZeroCopyOutputStream {
293 explicit CopyingOutputStreamAdaptor(CopyingOutputStream* copying_stream,
295 ~CopyingOutputStreamAdaptor() override;
340 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingOutputStreamAdaptor);
Dzero_copy_stream_impl.h206 CopyingOutputStreamAdaptor impl_;
292 CopyingOutputStreamAdaptor impl_;