#include <zero_copy_stream_impl_lite.h>
◆ ArrayInputStream()
google::protobuf::io::ArrayInputStream::ArrayInputStream |
( |
const void * |
data, |
|
|
int |
size, |
|
|
int |
block_size = -1 |
|
) |
| |
◆ ~ArrayInputStream()
google::protobuf::io::ArrayInputStream::~ArrayInputStream |
( |
| ) |
|
|
overridedefault |
◆ BackUp()
void google::protobuf::io::ArrayInputStream::BackUp |
( |
int |
count | ) |
|
|
overridevirtual |
◆ ByteCount()
int64 google::protobuf::io::ArrayInputStream::ByteCount |
( |
| ) |
const |
|
overridevirtual |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()
google::protobuf::io::ArrayInputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
ArrayInputStream |
| ) |
|
|
private |
◆ Next()
bool google::protobuf::io::ArrayInputStream::Next |
( |
const void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
overridevirtual |
◆ Skip()
bool google::protobuf::io::ArrayInputStream::Skip |
( |
int |
count | ) |
|
|
overridevirtual |
◆ block_size_
const int google::protobuf::io::ArrayInputStream::block_size_ |
|
private |
◆ data_
const uint8* const google::protobuf::io::ArrayInputStream::data_ |
|
private |
◆ last_returned_size_
int google::protobuf::io::ArrayInputStream::last_returned_size_ |
|
private |
◆ position_
int google::protobuf::io::ArrayInputStream::position_ |
|
private |
◆ size_
const int google::protobuf::io::ArrayInputStream::size_ |
|
private |
The documentation for this class was generated from the following files: