Searched refs:CopyingOstreamOutputStream (Results 1 – 2 of 2) sorted by relevance
275 class PROTOBUF_EXPORT CopyingOstreamOutputStream278 CopyingOstreamOutputStream(std::ostream* output);279 ~CopyingOstreamOutputStream() override;288 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingOstreamOutputStream);291 CopyingOstreamOutputStream copying_output_;
298 OstreamOutputStream::CopyingOstreamOutputStream::CopyingOstreamOutputStream( in CopyingOstreamOutputStream() function in google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream302 OstreamOutputStream::CopyingOstreamOutputStream::~CopyingOstreamOutputStream() { in ~CopyingOstreamOutputStream()305 bool OstreamOutputStream::CopyingOstreamOutputStream::Write(const void* buffer, in Write()