HomeSort by relevance Sort by last modified time
    Searched defs:ZeroCopyInputStream (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
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 43 ZeroCopyInputStream::~ZeroCopyInputStream() {}
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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);
  /prebuilts/misc/windows/protobuf2.5/include/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);
  /prebuilts/tools/darwin-x86_64/protoc/include/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);
  /prebuilts/tools/linux-x86_64/protoc/include/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);

Completed in 165 milliseconds