Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.h275 class PROTOBUF_EXPORT CopyingOstreamOutputStream
278 CopyingOstreamOutputStream(std::ostream* output);
279 ~CopyingOstreamOutputStream() override;
288 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingOstreamOutputStream);
291 CopyingOstreamOutputStream copying_output_;
Dzero_copy_stream_impl.cc298 OstreamOutputStream::CopyingOstreamOutputStream::CopyingOstreamOutputStream( in CopyingOstreamOutputStream() function in google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream
302 OstreamOutputStream::CopyingOstreamOutputStream::~CopyingOstreamOutputStream() { in ~CopyingOstreamOutputStream()
305 bool OstreamOutputStream::CopyingOstreamOutputStream::Write(const void* buffer, in Write()