Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc355 CopyingOutputStreamAdaptor::CopyingOutputStreamAdaptor( in CopyingOutputStreamAdaptor() function in google::protobuf::io::CopyingOutputStreamAdaptor
365 CopyingOutputStreamAdaptor::~CopyingOutputStreamAdaptor() { in ~CopyingOutputStreamAdaptor()
372 bool CopyingOutputStreamAdaptor::Flush() { in Flush()
376 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { in Next()
389 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp()
400 int64 CopyingOutputStreamAdaptor::ByteCount() const { in ByteCount()
404 bool CopyingOutputStreamAdaptor::WriteBuffer() { in WriteBuffer()
423 void CopyingOutputStreamAdaptor::AllocateBufferIfNeeded() { in AllocateBufferIfNeeded()
429 void CopyingOutputStreamAdaptor::FreeBuffer() { in FreeBuffer()
Dzero_copy_stream_impl_lite.h311 class LIBPROTOBUF_EXPORT CopyingOutputStreamAdaptor : public ZeroCopyOutputStream {
317 explicit CopyingOutputStreamAdaptor(CopyingOutputStream* copying_stream,
319 ~CopyingOutputStreamAdaptor();
364 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingOutputStreamAdaptor);
Dzero_copy_stream_impl.h204 CopyingOutputStreamAdaptor impl_;
290 CopyingOutputStreamAdaptor impl_;