Searched refs:ZeroCopyInputStream (Results 1 - 25 of 55) sorted by relevance

123

/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
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);
H A Dzero_copy_stream_impl.h57 // A ZeroCopyInputStream which reads from a file descriptor.
63 class LIBPROTOBUF_EXPORT FileInputStream : public ZeroCopyInputStream {
90 // implements ZeroCopyInputStream ----------------------------------
211 // A ZeroCopyInputStream which reads from a C++ istream.
215 class LIBPROTOBUF_EXPORT IstreamInputStream : public ZeroCopyInputStream {
224 // implements ZeroCopyInputStream ----------------------------------
297 // A ZeroCopyInputStream which reads from several other streams in sequence.
304 class LIBPROTOBUF_EXPORT ConcatenatingInputStream : public ZeroCopyInputStream {
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
311 // implements ZeroCopyInputStream
[all...]
H A Dgzip_stream.h37 // ZeroCopyInputStream and provides the decompressed data as a
38 // ZeroCopyInputStream.
55 // A ZeroCopyInputStream that reads compressed data through zlib
56 class LIBPROTOBUF_EXPORT GzipInputStream : public ZeroCopyInputStream {
72 ZeroCopyInputStream* sub_stream,
85 // implements ZeroCopyInputStream ----------------------------------
94 ZeroCopyInputStream* sub_stream_;
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
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);
H A Dzero_copy_stream_impl.h57 // A ZeroCopyInputStream which reads from a file descriptor.
63 class LIBPROTOBUF_EXPORT FileInputStream : public ZeroCopyInputStream {
90 // implements ZeroCopyInputStream ----------------------------------
211 // A ZeroCopyInputStream which reads from a C++ istream.
215 class LIBPROTOBUF_EXPORT IstreamInputStream : public ZeroCopyInputStream {
224 // implements ZeroCopyInputStream ----------------------------------
297 // A ZeroCopyInputStream which reads from several other streams in sequence.
304 class LIBPROTOBUF_EXPORT ConcatenatingInputStream : public ZeroCopyInputStream {
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
311 // implements ZeroCopyInputStream
[all...]
H A Dgzip_stream.h37 // ZeroCopyInputStream and provides the decompressed data as a
38 // ZeroCopyInputStream.
55 // A ZeroCopyInputStream that reads compressed data through zlib
56 class LIBPROTOBUF_EXPORT GzipInputStream : public ZeroCopyInputStream {
72 ZeroCopyInputStream* sub_stream,
85 // implements ZeroCopyInputStream ----------------------------------
94 ZeroCopyInputStream* sub_stream_;
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
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);
H A Dzero_copy_stream_impl.h57 // A ZeroCopyInputStream which reads from a file descriptor.
63 class LIBPROTOBUF_EXPORT FileInputStream : public ZeroCopyInputStream {
90 // implements ZeroCopyInputStream ----------------------------------
211 // A ZeroCopyInputStream which reads from a C++ istream.
215 class LIBPROTOBUF_EXPORT IstreamInputStream : public ZeroCopyInputStream {
224 // implements ZeroCopyInputStream ----------------------------------
297 // A ZeroCopyInputStream which reads from several other streams in sequence.
304 class LIBPROTOBUF_EXPORT ConcatenatingInputStream : public ZeroCopyInputStream {
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
311 // implements ZeroCopyInputStream
[all...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
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);
H A Dzero_copy_stream_impl.h57 // A ZeroCopyInputStream which reads from a file descriptor.
63 class LIBPROTOBUF_EXPORT FileInputStream : public ZeroCopyInputStream {
90 // implements ZeroCopyInputStream ----------------------------------
211 // A ZeroCopyInputStream which reads from a C++ istream.
215 class LIBPROTOBUF_EXPORT IstreamInputStream : public ZeroCopyInputStream {
224 // implements ZeroCopyInputStream ----------------------------------
297 // A ZeroCopyInputStream which reads from several other streams in sequence.
304 class LIBPROTOBUF_EXPORT ConcatenatingInputStream : public ZeroCopyInputStream {
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
311 // implements ZeroCopyInputStream
[all...]
H A Dgzip_stream.h37 // ZeroCopyInputStream and provides the decompressed data as a
38 // ZeroCopyInputStream.
54 // A ZeroCopyInputStream that reads compressed data through zlib
55 class LIBPROTOBUF_EXPORT GzipInputStream : public ZeroCopyInputStream {
71 ZeroCopyInputStream* sub_stream,
84 // implements ZeroCopyInputStream ----------------------------------
93 ZeroCopyInputStream* sub_stream_;
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
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);
H A Dzero_copy_stream_impl.h57 // A ZeroCopyInputStream which reads from a file descriptor.
63 class LIBPROTOBUF_EXPORT FileInputStream : public ZeroCopyInputStream {
90 // implements ZeroCopyInputStream ----------------------------------
211 // A ZeroCopyInputStream which reads from a C++ istream.
215 class LIBPROTOBUF_EXPORT IstreamInputStream : public ZeroCopyInputStream {
224 // implements ZeroCopyInputStream ----------------------------------
297 // A ZeroCopyInputStream which reads from several other streams in sequence.
304 class LIBPROTOBUF_EXPORT ConcatenatingInputStream : public ZeroCopyInputStream {
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
311 // implements ZeroCopyInputStream
[all...]
H A Dgzip_stream.h37 // ZeroCopyInputStream and provides the decompressed data as a
38 // ZeroCopyInputStream.
55 // A ZeroCopyInputStream that reads compressed data through zlib
56 class LIBPROTOBUF_EXPORT GzipInputStream : public ZeroCopyInputStream {
72 ZeroCopyInputStream* sub_stream,
85 // implements ZeroCopyInputStream ----------------------------------
94 ZeroCopyInputStream* sub_stream_;
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
H A Dmessage_lite.h50 class ZeroCopyInputStream;
123 bool ParseFromZeroCopyStream(io::ZeroCopyInputStream* input);
126 bool ParsePartialFromZeroCopyStream(io::ZeroCopyInputStream* input);
130 bool ParseFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, int size);
133 bool ParsePartialFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input,
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
H A Dmessage_lite.h50 class ZeroCopyInputStream;
123 bool ParseFromZeroCopyStream(io::ZeroCopyInputStream* input);
126 bool ParsePartialFromZeroCopyStream(io::ZeroCopyInputStream* input);
130 bool ParseFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, int size);
133 bool ParsePartialFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input,
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
H A Dmessage_lite.h50 class ZeroCopyInputStream;
123 bool ParseFromZeroCopyStream(io::ZeroCopyInputStream* input);
126 bool ParsePartialFromZeroCopyStream(io::ZeroCopyInputStream* input);
130 bool ParseFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, int size);
133 bool ParsePartialFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input,
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Dmessage_lite.h51 class ZeroCopyInputStream;
147 bool ParseFromZeroCopyStream(io::ZeroCopyInputStream* input);
150 bool ParsePartialFromZeroCopyStream(io::ZeroCopyInputStream* input);
154 bool ParseFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, int size);
157 bool ParsePartialFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input,
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
H A Dmessage_lite.h50 class ZeroCopyInputStream;
123 bool ParseFromZeroCopyStream(io::ZeroCopyInputStream* input);
126 bool ParsePartialFromZeroCopyStream(io::ZeroCopyInputStream* input);
130 bool ParseFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, int size);
133 bool ParsePartialFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input,
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
H A Djson_util.h42 class ZeroCopyInputStream;
71 io::ZeroCopyInputStream* binary_input,
77 io::ZeroCopyInputStream* binary_input,
107 io::ZeroCopyInputStream* json_input,
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
H A Dimporter.h51 namespace io { class ZeroCopyInputStream; }
205 virtual io::ZeroCopyInputStream* Open(const string& filename) = 0;
276 io::ZeroCopyInputStream* Open(const string& filename);
291 io::ZeroCopyInputStream* OpenVirtualFile(const string& virtual_file,
295 io::ZeroCopyInputStream* OpenDiskFile(const string& filename);
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
H A Dimporter.h51 namespace io { class ZeroCopyInputStream; }
205 virtual io::ZeroCopyInputStream* Open(const string& filename) = 0;
276 io::ZeroCopyInputStream* Open(const string& filename);
291 io::ZeroCopyInputStream* OpenVirtualFile(const string& virtual_file,
295 io::ZeroCopyInputStream* OpenDiskFile(const string& filename);
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
H A Dimporter.h51 namespace io { class ZeroCopyInputStream; }
205 virtual io::ZeroCopyInputStream* Open(const string& filename) = 0;
276 io::ZeroCopyInputStream* Open(const string& filename);
291 io::ZeroCopyInputStream* OpenVirtualFile(const string& virtual_file,
295 io::ZeroCopyInputStream* OpenDiskFile(const string& filename);
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
H A Dimporter.h51 namespace io { class ZeroCopyInputStream; }
217 virtual io::ZeroCopyInputStream* Open(const string& filename) = 0;
295 virtual io::ZeroCopyInputStream* Open(const string& filename);
313 io::ZeroCopyInputStream* OpenVirtualFile(const string& virtual_file,
317 io::ZeroCopyInputStream* OpenDiskFile(const string& filename);
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
H A Dimporter.h51 namespace io { class ZeroCopyInputStream; }
205 virtual io::ZeroCopyInputStream* Open(const string& filename) = 0;
276 io::ZeroCopyInputStream* Open(const string& filename);
291 io::ZeroCopyInputStream* OpenVirtualFile(const string& virtual_file,
295 io::ZeroCopyInputStream* OpenDiskFile(const string& filename);

Completed in 389 milliseconds

123