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