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

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.cc 42 ZeroCopyInputStream::~ZeroCopyInputStream() {}
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 29 milliseconds