Searched defs:ZeroCopyInputStream (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream.cc42 ZeroCopyInputStream::~ZeroCopyInputStream() {}
H A Dzero_copy_stream.h35 // 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 { class in namespace:google::protobuf::io
126 inline ZeroCopyInputStream() {} function in class:google::protobuf::io::ZeroCopyInputStream
127 virtual ~ZeroCopyInputStream();
176 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyInputStream);
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream.cc42 ZeroCopyInputStream::~ZeroCopyInputStream() {}
H A Dzero_copy_stream.h35 // 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 { class in namespace:google::protobuf::io
126 inline ZeroCopyInputStream() {} function in class:google::protobuf::io::ZeroCopyInputStream
127 virtual ~ZeroCopyInputStream();
176 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyInputStream);

Completed in 1301 milliseconds