Home
last modified time | relevance | path

Searched refs:CopyingOstreamOutputStream (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.h274 class LIBPROTOBUF_EXPORT CopyingOstreamOutputStream : public CopyingOutputStream {
276 CopyingOstreamOutputStream(ostream* output);
277 ~CopyingOstreamOutputStream();
286 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingOstreamOutputStream);
289 CopyingOstreamOutputStream copying_output_;
Dzero_copy_stream_impl.cc336 OstreamOutputStream::CopyingOstreamOutputStream::CopyingOstreamOutputStream( in CopyingOstreamOutputStream() function in google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream
341 OstreamOutputStream::CopyingOstreamOutputStream::~CopyingOstreamOutputStream() { in ~CopyingOstreamOutputStream()
344 bool OstreamOutputStream::CopyingOstreamOutputStream::Write( in Write()