#include <zero_copy_stream_impl_lite.h>
◆ LimitingInputStream() [1/2]
◆ ~LimitingInputStream() [1/2]
google::protobuf::io::LimitingInputStream::~LimitingInputStream |
( |
| ) |
|
|
override |
◆ LimitingInputStream() [2/2]
◆ ~LimitingInputStream() [2/2]
google::protobuf::io::LimitingInputStream::~LimitingInputStream |
( |
| ) |
|
|
override |
◆ BackUp() [1/2]
void google::protobuf::io::LimitingInputStream::BackUp |
( |
int |
count | ) |
|
|
overridevirtual |
◆ BackUp() [2/2]
void google::protobuf::io::LimitingInputStream::BackUp |
( |
int |
count | ) |
|
|
overridevirtual |
◆ ByteCount() [1/2]
int64_t google::protobuf::io::LimitingInputStream::ByteCount |
( |
| ) |
const |
|
overridevirtual |
◆ ByteCount() [2/2]
int64_t google::protobuf::io::LimitingInputStream::ByteCount |
( |
| ) |
const |
|
overridevirtual |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [1/2]
google::protobuf::io::LimitingInputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
LimitingInputStream |
| ) |
|
|
private |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [2/2]
google::protobuf::io::LimitingInputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
LimitingInputStream |
| ) |
|
|
private |
◆ Next() [1/2]
bool google::protobuf::io::LimitingInputStream::Next |
( |
const void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
overridevirtual |
◆ Next() [2/2]
bool google::protobuf::io::LimitingInputStream::Next |
( |
const void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
overridevirtual |
◆ Skip() [1/2]
bool google::protobuf::io::LimitingInputStream::Skip |
( |
int |
count | ) |
|
|
overridevirtual |
◆ Skip() [2/2]
bool google::protobuf::io::LimitingInputStream::Skip |
( |
int |
count | ) |
|
|
overridevirtual |
◆ input_
◆ limit_ [1/2]
int64 google::protobuf::io::LimitingInputStream::limit_ |
|
private |
◆ limit_ [2/2]
int64_t google::protobuf::io::LimitingInputStream::limit_ |
|
private |
◆ prior_bytes_read_ [1/2]
int64 google::protobuf::io::LimitingInputStream::prior_bytes_read_ |
|
private |
◆ prior_bytes_read_ [2/2]
int64_t google::protobuf::io::LimitingInputStream::prior_bytes_read_ |
|
private |
The documentation for this class was generated from the following files: