HomeSort by relevance Sort by last modified time
    Searched defs:ZeroCopyOutputStream (Results 1 - 7 of 7) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.h 35 // 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 {
183 inline ZeroCopyOutputStream() {}
184 virtual ~ZeroCopyOutputStream();
241 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyOutputStream);
zero_copy_stream.cc 44 ZeroCopyOutputStream::~ZeroCopyOutputStream() {}
47 bool ZeroCopyOutputStream::WriteAliasedRaw(const void* /* data */,
49 GOOGLE_LOG(FATAL) << "This ZeroCopyOutputStream doesn't support aliasing. "
50 "Reaching here usually means a ZeroCopyOutputStream "
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 35 // 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 {
183 inline ZeroCopyOutputStream() {}
184 virtual ~ZeroCopyOutputStream();
231 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyOutputStream);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 35 // 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 {
183 inline ZeroCopyOutputStream() {}
184 virtual ~ZeroCopyOutputStream();
231 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyOutputStream);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 35 // 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 {
183 inline ZeroCopyOutputStream() {}
184 virtual ~ZeroCopyOutputStream();
231 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyOutputStream);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream.h 35 // 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 {
183 inline ZeroCopyOutputStream() {}
184 virtual ~ZeroCopyOutputStream();
241 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyOutputStream);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream.h 35 // 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 {
183 inline ZeroCopyOutputStream() {}
184 virtual ~ZeroCopyOutputStream();
231 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyOutputStream);

Completed in 355 milliseconds