/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream.h | 122 class ZeroCopyInputStream; variable 127 class PROTOBUF_EXPORT ZeroCopyInputStream { 129 ZeroCopyInputStream() {} in ZeroCopyInputStream() function 130 virtual ~ZeroCopyInputStream() {} in ~ZeroCopyInputStream() 186 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyInputStream);
|
D | zero_copy_stream_impl_lite.h | 69 : public ZeroCopyInputStream { 207 class PROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream { 354 : public ZeroCopyInputStream { 356 LimitingInputStream(ZeroCopyInputStream* input, int64_t limit); 367 ZeroCopyInputStream* input_;
|
D | zero_copy_stream_impl.h | 67 : public ZeroCopyInputStream { 212 : public ZeroCopyInputStream { 304 : public ZeroCopyInputStream { 308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count); 321 ZeroCopyInputStream* const* streams_;
|
D | gzip_stream.h | 61 : public ZeroCopyInputStream { 76 explicit GzipInputStream(ZeroCopyInputStream* sub_stream, 93 ZeroCopyInputStream* sub_stream_;
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream.h | 122 class ZeroCopyInputStream; variable 127 class PROTOBUF_EXPORT ZeroCopyInputStream { 129 ZeroCopyInputStream() {} in ZeroCopyInputStream() function 130 virtual ~ZeroCopyInputStream() {} in ~ZeroCopyInputStream() 186 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyInputStream);
|
D | zero_copy_stream_impl_lite.h | 69 : public ZeroCopyInputStream { 207 class PROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream { 354 : public ZeroCopyInputStream { 356 LimitingInputStream(ZeroCopyInputStream* input, int64_t limit); 367 ZeroCopyInputStream* input_;
|
D | zero_copy_stream_impl.h | 67 : public ZeroCopyInputStream { 212 : public ZeroCopyInputStream { 304 : public ZeroCopyInputStream { 308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count); 321 ZeroCopyInputStream* const* streams_;
|
D | gzip_stream.h | 61 : public ZeroCopyInputStream { 76 explicit GzipInputStream(ZeroCopyInputStream* sub_stream, 93 ZeroCopyInputStream* sub_stream_;
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream.h | 122 class ZeroCopyInputStream; variable 127 class PROTOBUF_EXPORT ZeroCopyInputStream { 129 ZeroCopyInputStream() {} in ZeroCopyInputStream() function 130 virtual ~ZeroCopyInputStream() {} in ~ZeroCopyInputStream() 186 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ZeroCopyInputStream);
|
D | zero_copy_stream_impl_lite.h | 69 : public ZeroCopyInputStream { 207 class PROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream { 354 : public ZeroCopyInputStream { 356 LimitingInputStream(ZeroCopyInputStream* input, int64_t limit); 367 ZeroCopyInputStream* input_;
|
D | zero_copy_stream_impl.h | 67 : public ZeroCopyInputStream { 212 : public ZeroCopyInputStream { 304 : public ZeroCopyInputStream { 308 ConcatenatingInputStream(ZeroCopyInputStream* const streams[], int count); 321 ZeroCopyInputStream* const* streams_;
|
D | gzip_stream.h | 61 : public ZeroCopyInputStream { 76 explicit GzipInputStream(ZeroCopyInputStream* sub_stream, 93 ZeroCopyInputStream* sub_stream_;
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | message_lite.h | 79 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 …]
|
D | message_lite.cc | 153 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/ |
D | message_lite.h | 79 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 …]
|
D | message_lite.cc | 153 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/ |
D | message_lite.h | 79 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 …]
|
D | message_lite.cc | 153 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/ |
D | json_util.h | 48 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/ |
D | json_util.h | 48 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/ |
D | json_util.h | 48 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/ |
D | importer.h | 56 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/ |
D | importer.h | 56 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/ |
D | importer.h | 56 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/ |
D | gzip_stream.h | 38 class GzipInputStream : public google::protobuf::io::ZeroCopyInputStream { 53 explicit GzipInputStream(google::protobuf::io::ZeroCopyInputStream* sub_stream, 70 google::protobuf::io::ZeroCopyInputStream* sub_stream_;
|