HomeSort by relevance Sort by last modified time
    Searched defs:ZeroCopyOutputStream (Results 1 - 3 of 3) 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 45 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 "
  /external/grpc-grpc/include/grpcpp/impl/codegen/
config_protobuf.h 63 ::google::protobuf::io::ZeroCopyOutputStream
87 typedef GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM ZeroCopyOutputStream;

Completed in 966 milliseconds