Searched refs:CopyingOstreamOutputStream (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h274 class LIBPROTOBUF_EXPORT CopyingOstreamOutputStream : public CopyingOutputStream { class in class:google::protobuf::io::OstreamOutputStream
276 CopyingOstreamOutputStream(ostream* output);
277 ~CopyingOstreamOutputStream();
286 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingOstreamOutputStream);
289 CopyingOstreamOutputStream copying_output_;
H A Dzero_copy_stream_impl.cc335 OstreamOutputStream::CopyingOstreamOutputStream::CopyingOstreamOutputStream( function in class:google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream
340 OstreamOutputStream::CopyingOstreamOutputStream::~CopyingOstreamOutputStream() {
343 bool OstreamOutputStream::CopyingOstreamOutputStream::Write(
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h274 class LIBPROTOBUF_EXPORT CopyingOstreamOutputStream : public CopyingOutputStream { class in class:google::protobuf::io::OstreamOutputStream
276 CopyingOstreamOutputStream(ostream* output);
277 ~CopyingOstreamOutputStream();
286 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CopyingOstreamOutputStream);
289 CopyingOstreamOutputStream copying_output_;
H A Dzero_copy_stream_impl.cc334 OstreamOutputStream::CopyingOstreamOutputStream::CopyingOstreamOutputStream( function in class:google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream
339 OstreamOutputStream::CopyingOstreamOutputStream::~CopyingOstreamOutputStream() {
342 bool OstreamOutputStream::CopyingOstreamOutputStream::Write(

Completed in 100 milliseconds