HomeSort by relevance Sort by last modified time
    Searched defs:ZeroCopyInputStream (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
56 // the array into your buffer. With a ZeroCopyInputStream, you would do
71 // ZeroCopyInputStream example:
74 // ZeroCopyInputStream* input = new FileInputStream(fd);
119 class ZeroCopyInputStream;
124 class LIBPROTOBUF_EXPORT ZeroCopyInputStream {
126 inline ZeroCopyInputStream() {}
127 virtual ~ZeroCopyInputStream();
176 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyInputStream);
zero_copy_stream.cc 44 ZeroCopyInputStream::~ZeroCopyInputStream() {}
  /external/grpc-grpc/include/grpcpp/impl/codegen/
config_protobuf.h 65 ::google::protobuf::io::ZeroCopyInputStream
88 typedef GRPC_CUSTOM_ZEROCOPYINPUTSTREAM ZeroCopyInputStream;

Completed in 242 milliseconds