#include <zero_copy_stream.h>
◆ ZeroCopyInputStream() [1/2]
google::protobuf::io::ZeroCopyInputStream::ZeroCopyInputStream |
( |
| ) |
|
|
inline |
◆ ~ZeroCopyInputStream() [1/2]
virtual google::protobuf::io::ZeroCopyInputStream::~ZeroCopyInputStream |
( |
| ) |
|
|
inlinevirtual |
◆ ZeroCopyInputStream() [2/2]
google::protobuf::io::ZeroCopyInputStream::ZeroCopyInputStream |
( |
| ) |
|
|
inline |
◆ ~ZeroCopyInputStream() [2/2]
virtual google::protobuf::io::ZeroCopyInputStream::~ZeroCopyInputStream |
( |
| ) |
|
|
inlinevirtual |
◆ BackUp() [1/2]
virtual void google::protobuf::io::ZeroCopyInputStream::BackUp |
( |
int |
count | ) |
|
|
pure virtual |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::IstreamInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::ZeroCopyCodedInputStream, google::protobuf::ZeroCopyCodedInputStream, and google::protobuf::io::GzipInputStream.
◆ BackUp() [2/2]
virtual void google::protobuf::io::ZeroCopyInputStream::BackUp |
( |
int |
count | ) |
|
|
pure virtual |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::IstreamInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::ZeroCopyCodedInputStream, google::protobuf::ZeroCopyCodedInputStream, and google::protobuf::io::GzipInputStream.
◆ ByteCount() [1/2]
virtual int64_t google::protobuf::io::ZeroCopyInputStream::ByteCount |
( |
| ) |
const |
|
pure virtual |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::IstreamInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::ZeroCopyCodedInputStream, google::protobuf::ZeroCopyCodedInputStream, and google::protobuf::io::GzipInputStream.
◆ ByteCount() [2/2]
virtual int64_t google::protobuf::io::ZeroCopyInputStream::ByteCount |
( |
| ) |
const |
|
pure virtual |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::IstreamInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::ZeroCopyCodedInputStream, google::protobuf::ZeroCopyCodedInputStream, and google::protobuf::io::GzipInputStream.
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [1/2]
google::protobuf::io::ZeroCopyInputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
ZeroCopyInputStream |
| ) |
|
|
private |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [2/2]
google::protobuf::io::ZeroCopyInputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
ZeroCopyInputStream |
| ) |
|
|
private |
◆ Next() [1/2]
virtual bool google::protobuf::io::ZeroCopyInputStream::Next |
( |
const void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
pure virtual |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::IstreamInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::ZeroCopyCodedInputStream, google::protobuf::ZeroCopyCodedInputStream, and google::protobuf::io::GzipInputStream.
◆ Next() [2/2]
virtual bool google::protobuf::io::ZeroCopyInputStream::Next |
( |
const void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
pure virtual |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::IstreamInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::ZeroCopyCodedInputStream, google::protobuf::ZeroCopyCodedInputStream, and google::protobuf::io::GzipInputStream.
◆ Skip() [1/2]
virtual bool google::protobuf::io::ZeroCopyInputStream::Skip |
( |
int |
count | ) |
|
|
pure virtual |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::IstreamInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::ZeroCopyCodedInputStream, google::protobuf::ZeroCopyCodedInputStream, and google::protobuf::io::GzipInputStream.
◆ Skip() [2/2]
virtual bool google::protobuf::io::ZeroCopyInputStream::Skip |
( |
int |
count | ) |
|
|
pure virtual |
Implemented in google::protobuf::io::LimitingInputStream, google::protobuf::io::LimitingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::ConcatenatingInputStream, google::protobuf::io::IstreamInputStream, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::CopyingInputStreamAdaptor, google::protobuf::io::IstreamInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::FileInputStream, google::protobuf::io::GzipInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::io::ArrayInputStream, google::protobuf::ZeroCopyCodedInputStream, google::protobuf::ZeroCopyCodedInputStream, and google::protobuf::io::GzipInputStream.
The documentation for this class was generated from the following file: