Home
last modified time | relevance | path

Searched refs:ZeroCopyInputStream (Results 1 – 25 of 125) sorted by relevance

12345

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream.h122 class ZeroCopyInputStream; variable
127 class PROTOBUF_EXPORT ZeroCopyInputStream {
129 ZeroCopyInputStream() {} in ZeroCopyInputStream() function
130 virtual ~ZeroCopyInputStream() {} in ~ZeroCopyInputStream()
186 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyInputStream);
Dzero_copy_stream_impl_lite.h69 : public ZeroCopyInputStream {
207 class PROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream {
354 : public ZeroCopyInputStream {
356 LimitingInputStream(ZeroCopyInputStream* input, int64_t limit);
367 ZeroCopyInputStream* input_;
Dzero_copy_stream_impl.h67 : public ZeroCopyInputStream {
212 : public ZeroCopyInputStream {
304 : public ZeroCopyInputStream {
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
321 ZeroCopyInputStream* const* streams_;
Dgzip_stream.h61 : public ZeroCopyInputStream {
76 explicit GzipInputStream(ZeroCopyInputStream* sub_stream,
93 ZeroCopyInputStream* sub_stream_;
/external/cronet/stable/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream.h122 class ZeroCopyInputStream; variable
127 class PROTOBUF_EXPORT ZeroCopyInputStream {
129 ZeroCopyInputStream() {} in ZeroCopyInputStream() function
130 virtual ~ZeroCopyInputStream() {} in ~ZeroCopyInputStream()
186 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyInputStream);
Dzero_copy_stream_impl_lite.h69 : public ZeroCopyInputStream {
207 class PROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream {
354 : public ZeroCopyInputStream {
356 LimitingInputStream(ZeroCopyInputStream* input, int64_t limit);
367 ZeroCopyInputStream* input_;
Dzero_copy_stream_impl.h67 : public ZeroCopyInputStream {
212 : public ZeroCopyInputStream {
304 : public ZeroCopyInputStream {
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
321 ZeroCopyInputStream* const* streams_;
Dgzip_stream.h61 : public ZeroCopyInputStream {
76 explicit GzipInputStream(ZeroCopyInputStream* sub_stream,
93 ZeroCopyInputStream* sub_stream_;
/external/cronet/tot/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream.h122 class ZeroCopyInputStream; variable
127 class PROTOBUF_EXPORT ZeroCopyInputStream {
129 ZeroCopyInputStream() {} in ZeroCopyInputStream() function
130 virtual ~ZeroCopyInputStream() {} in ~ZeroCopyInputStream()
186 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyInputStream);
Dzero_copy_stream_impl_lite.h69 : public ZeroCopyInputStream {
207 class PROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream {
354 : public ZeroCopyInputStream {
356 LimitingInputStream(ZeroCopyInputStream* input, int64_t limit);
367 ZeroCopyInputStream* input_;
Dzero_copy_stream_impl.h67 : public ZeroCopyInputStream {
212 : public ZeroCopyInputStream {
304 : public ZeroCopyInputStream {
308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count);
321 ZeroCopyInputStream* const* streams_;
Dgzip_stream.h61 : public ZeroCopyInputStream {
76 explicit GzipInputStream(ZeroCopyInputStream* sub_stream,
93 ZeroCopyInputStream* sub_stream_;
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h79 class ZeroCopyInputStream; variable
241 io::ZeroCopyInputStream* input);
245 io::ZeroCopyInputStream* input);
264 bool MergePartialFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input,
268 bool MergeFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, int size);
270 io::ZeroCopyInputStream* input, int size);
274 io::ZeroCopyInputStream* input, int size);
512 bool MergeFromImpl(io::ZeroCopyInputStream* input, MessageLite* msg,
514 extern template bool MergeFromImpl<false>(io::ZeroCopyInputStream* input,
517 extern template bool MergeFromImpl<true>(io::ZeroCopyInputStream* input,
[all …]
Dmessage_lite.cc153 bool MergeFromImpl(io::ZeroCopyInputStream* input, MessageLite* msg, in MergeFromImpl()
185 template bool MergeFromImpl<false>(io::ZeroCopyInputStream* input,
188 template bool MergeFromImpl<true>(io::ZeroCopyInputStream* input,
198 class ZeroCopyCodedInputStream : public io::ZeroCopyInputStream {
259 bool MessageLite::ParseFromZeroCopyStream(io::ZeroCopyInputStream* input) { in ParseFromZeroCopyStream()
264 io::ZeroCopyInputStream* input) { in ParsePartialFromZeroCopyStream()
289 io::ZeroCopyInputStream* input, int size) { in MergePartialFromBoundedZeroCopyStream()
293 bool MessageLite::MergeFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, in MergeFromBoundedZeroCopyStream()
298 bool MessageLite::ParseFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, in ParseFromBoundedZeroCopyStream()
304 io::ZeroCopyInputStream* input, int size) { in ParsePartialFromBoundedZeroCopyStream()
/external/protobuf/src/google/protobuf/
Dmessage_lite.h79 class ZeroCopyInputStream; variable
241 io::ZeroCopyInputStream* input);
245 io::ZeroCopyInputStream* input);
264 bool MergePartialFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input,
268 bool MergeFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, int size);
270 io::ZeroCopyInputStream* input, int size);
274 io::ZeroCopyInputStream* input, int size);
512 bool MergeFromImpl(io::ZeroCopyInputStream* input, MessageLite* msg,
514 extern template bool MergeFromImpl<false>(io::ZeroCopyInputStream* input,
517 extern template bool MergeFromImpl<true>(io::ZeroCopyInputStream* input,
[all …]
Dmessage_lite.cc153 bool MergeFromImpl(io::ZeroCopyInputStream* input, MessageLite* msg, in MergeFromImpl()
185 template bool MergeFromImpl<false>(io::ZeroCopyInputStream* input,
188 template bool MergeFromImpl<true>(io::ZeroCopyInputStream* input,
198 class ZeroCopyCodedInputStream : public io::ZeroCopyInputStream {
259 bool MessageLite::ParseFromZeroCopyStream(io::ZeroCopyInputStream* input) { in ParseFromZeroCopyStream()
264 io::ZeroCopyInputStream* input) { in ParsePartialFromZeroCopyStream()
289 io::ZeroCopyInputStream* input, int size) { in MergePartialFromBoundedZeroCopyStream()
293 bool MessageLite::MergeFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, in MergeFromBoundedZeroCopyStream()
298 bool MessageLite::ParseFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, in ParseFromBoundedZeroCopyStream()
304 io::ZeroCopyInputStream* input, int size) { in ParsePartialFromBoundedZeroCopyStream()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h79 class ZeroCopyInputStream; variable
241 io::ZeroCopyInputStream* input);
245 io::ZeroCopyInputStream* input);
264 bool MergePartialFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input,
268 bool MergeFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, int size);
270 io::ZeroCopyInputStream* input, int size);
274 io::ZeroCopyInputStream* input, int size);
512 bool MergeFromImpl(io::ZeroCopyInputStream* input, MessageLite* msg,
514 extern template bool MergeFromImpl<false>(io::ZeroCopyInputStream* input,
517 extern template bool MergeFromImpl<true>(io::ZeroCopyInputStream* input,
[all …]
Dmessage_lite.cc153 bool MergeFromImpl(io::ZeroCopyInputStream* input, MessageLite* msg, in MergeFromImpl()
185 template bool MergeFromImpl<false>(io::ZeroCopyInputStream* input,
188 template bool MergeFromImpl<true>(io::ZeroCopyInputStream* input,
198 class ZeroCopyCodedInputStream : public io::ZeroCopyInputStream {
259 bool MessageLite::ParseFromZeroCopyStream(io::ZeroCopyInputStream* input) { in ParseFromZeroCopyStream()
264 io::ZeroCopyInputStream* input) { in ParsePartialFromZeroCopyStream()
289 io::ZeroCopyInputStream* input, int size) { in MergePartialFromBoundedZeroCopyStream()
293 bool MessageLite::MergeFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, in MergeFromBoundedZeroCopyStream()
298 bool MessageLite::ParseFromBoundedZeroCopyStream(io::ZeroCopyInputStream* input, in ParseFromBoundedZeroCopyStream()
304 io::ZeroCopyInputStream* input, int size) { in ParsePartialFromBoundedZeroCopyStream()
/external/protobuf/src/google/protobuf/util/
Djson_util.h48 class ZeroCopyInputStream; variable
124 io::ZeroCopyInputStream* binary_input,
129 io::ZeroCopyInputStream* binary_input, in BinaryToJsonStream()
155 io::ZeroCopyInputStream* json_input,
160 io::ZeroCopyInputStream* json_input, in JsonToBinaryStream()
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/
Djson_util.h48 class ZeroCopyInputStream; variable
124 io::ZeroCopyInputStream* binary_input,
129 io::ZeroCopyInputStream* binary_input, in BinaryToJsonStream()
155 io::ZeroCopyInputStream* json_input,
160 io::ZeroCopyInputStream* json_input, in JsonToBinaryStream()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/
Djson_util.h48 class ZeroCopyInputStream; variable
124 io::ZeroCopyInputStream* binary_input,
129 io::ZeroCopyInputStream* binary_input, in BinaryToJsonStream()
155 io::ZeroCopyInputStream* json_input,
160 io::ZeroCopyInputStream* json_input, in JsonToBinaryStream()
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.h56 class ZeroCopyInputStream; variable
227 virtual io::ZeroCopyInputStream* Open(const std::string& filename) = 0;
305 io::ZeroCopyInputStream* Open(const std::string& filename) override;
323 io::ZeroCopyInputStream* OpenVirtualFile(const std::string& virtual_file,
327 io::ZeroCopyInputStream* OpenDiskFile(const std::string& filename);
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.h56 class ZeroCopyInputStream; variable
227 virtual io::ZeroCopyInputStream* Open(const std::string& filename) = 0;
305 io::ZeroCopyInputStream* Open(const std::string& filename) override;
323 io::ZeroCopyInputStream* OpenVirtualFile(const std::string& virtual_file,
327 io::ZeroCopyInputStream* OpenDiskFile(const std::string& filename);
/external/protobuf/src/google/protobuf/compiler/
Dimporter.h56 class ZeroCopyInputStream; variable
227 virtual io::ZeroCopyInputStream* Open(const std::string& filename) = 0;
305 io::ZeroCopyInputStream* Open(const std::string& filename) override;
323 io::ZeroCopyInputStream* OpenVirtualFile(const std::string& virtual_file,
327 io::ZeroCopyInputStream* OpenDiskFile(const std::string& filename);
/external/icing/icing/portable/
Dgzip_stream.h38 class GzipInputStream : public google::protobuf::io::ZeroCopyInputStream {
53 explicit GzipInputStream(google::protobuf::io::ZeroCopyInputStream* sub_stream,
70 google::protobuf::io::ZeroCopyInputStream* sub_stream_;

12345