Searched refs:CopyingOutputStreamAdaptor (Results 1 – 6 of 6) sorted by relevance
355 CopyingOutputStreamAdaptor::CopyingOutputStreamAdaptor( in CopyingOutputStreamAdaptor() function in google::protobuf::io::CopyingOutputStreamAdaptor365 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()
310 class LIBPROTOBUF_EXPORT CopyingOutputStreamAdaptor : public ZeroCopyOutputStream {316 explicit CopyingOutputStreamAdaptor(CopyingOutputStream* copying_stream,318 ~CopyingOutputStreamAdaptor();363 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingOutputStreamAdaptor);
204 CopyingOutputStreamAdaptor impl_;290 CopyingOutputStreamAdaptor impl_;
60 using ::google::protobuf::io::CopyingOutputStreamAdaptor;206 CopyingOutputStreamAdaptor copying_adaptor(writer); in CompileTable()301 CopyingOutputStreamAdaptor copying_adaptor(writer); in WriteHeaderAndDataToWriter()407 CopyingOutputStreamAdaptor copying_adaptor(writer); in CompileXml()
73 ::google::protobuf::io::CopyingOutputStreamAdaptor adaptor(writer); in CopyProtoToArchive()
103 io::CopyingOutputStreamAdaptor mImpl;