Searched defs:ZeroCopyOutputStream (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream.cc43 ZeroCopyOutputStream::~ZeroCopyOutputStream() {}
H A Dzero_copy_stream.h35 // This file contains the ZeroCopyInputStream and ZeroCopyOutputStream
85 // ZeroCopyOutputStream example:
87 // // "infile" but a ZeroCopyOutputStream for "outfile".
90 // ZeroCopyOutputStream* output = new FileOutputStream(outfd);
120 class ZeroCopyOutputStream;
181 class LIBPROTOBUF_EXPORT ZeroCopyOutputStream { class in namespace:google::protobuf::io
183 inline ZeroCopyOutputStream() {} function in class:google::protobuf::io::ZeroCopyOutputStream
184 virtual ~ZeroCopyOutputStream();
231 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyOutputStream);
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream.cc43 ZeroCopyOutputStream::~ZeroCopyOutputStream() {}
H A Dzero_copy_stream.h35 // This file contains the ZeroCopyInputStream and ZeroCopyOutputStream
85 // ZeroCopyOutputStream example:
87 // // "infile" but a ZeroCopyOutputStream for "outfile".
90 // ZeroCopyOutputStream* output = new FileOutputStream(outfd);
120 class ZeroCopyOutputStream;
181 class LIBPROTOBUF_EXPORT ZeroCopyOutputStream { class in namespace:google::protobuf::io
183 inline ZeroCopyOutputStream() {} function in class:google::protobuf::io::ZeroCopyOutputStream
184 virtual ~ZeroCopyOutputStream();
231 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyOutputStream);

Completed in 107 milliseconds