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

/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream.cc45 ZeroCopyOutputStream::~ZeroCopyOutputStream() {}
48 bool ZeroCopyOutputStream::WriteAliasedRaw(const void* /* data */,
50 GOOGLE_LOG(FATAL) << "This ZeroCopyOutputStream doesn't support aliasing. "
51 "Reaching here usually means a 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();
241 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyOutputStream);

Completed in 113 milliseconds