#include <zero_copy_stream_impl_lite.h>
◆ CopyingInputStreamAdaptor() [1/2]
google::protobuf::io::CopyingInputStreamAdaptor::CopyingInputStreamAdaptor |
( |
CopyingInputStream * |
copying_stream, |
|
|
int |
block_size = -1 |
|
) |
| |
|
explicit |
◆ ~CopyingInputStreamAdaptor() [1/2]
google::protobuf::io::CopyingInputStreamAdaptor::~CopyingInputStreamAdaptor |
( |
| ) |
|
|
override |
◆ CopyingInputStreamAdaptor() [2/2]
google::protobuf::io::CopyingInputStreamAdaptor::CopyingInputStreamAdaptor |
( |
CopyingInputStream * |
copying_stream, |
|
|
int |
block_size = -1 |
|
) |
| |
|
explicit |
◆ ~CopyingInputStreamAdaptor() [2/2]
google::protobuf::io::CopyingInputStreamAdaptor::~CopyingInputStreamAdaptor |
( |
| ) |
|
|
override |
◆ AllocateBufferIfNeeded() [1/2]
void google::protobuf::io::CopyingInputStreamAdaptor::AllocateBufferIfNeeded |
( |
| ) |
|
|
private |
◆ AllocateBufferIfNeeded() [2/2]
void google::protobuf::io::CopyingInputStreamAdaptor::AllocateBufferIfNeeded |
( |
| ) |
|
|
private |
◆ BackUp() [1/2]
void google::protobuf::io::CopyingInputStreamAdaptor::BackUp |
( |
int |
count | ) |
|
|
overridevirtual |
◆ BackUp() [2/2]
void google::protobuf::io::CopyingInputStreamAdaptor::BackUp |
( |
int |
count | ) |
|
|
overridevirtual |
◆ ByteCount() [1/2]
int64_t google::protobuf::io::CopyingInputStreamAdaptor::ByteCount |
( |
| ) |
const |
|
overridevirtual |
◆ ByteCount() [2/2]
int64_t google::protobuf::io::CopyingInputStreamAdaptor::ByteCount |
( |
| ) |
const |
|
overridevirtual |
◆ FreeBuffer() [1/2]
void google::protobuf::io::CopyingInputStreamAdaptor::FreeBuffer |
( |
| ) |
|
|
private |
◆ FreeBuffer() [2/2]
void google::protobuf::io::CopyingInputStreamAdaptor::FreeBuffer |
( |
| ) |
|
|
private |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [1/2]
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [2/2]
◆ Next() [1/2]
bool google::protobuf::io::CopyingInputStreamAdaptor::Next |
( |
const void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
overridevirtual |
◆ Next() [2/2]
bool google::protobuf::io::CopyingInputStreamAdaptor::Next |
( |
const void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
overridevirtual |
◆ SetOwnsCopyingStream() [1/2]
void google::protobuf::io::CopyingInputStreamAdaptor::SetOwnsCopyingStream |
( |
bool |
value | ) |
|
|
inline |
◆ SetOwnsCopyingStream() [2/2]
void google::protobuf::io::CopyingInputStreamAdaptor::SetOwnsCopyingStream |
( |
bool |
value | ) |
|
|
inline |
◆ Skip() [1/2]
bool google::protobuf::io::CopyingInputStreamAdaptor::Skip |
( |
int |
count | ) |
|
|
overridevirtual |
◆ Skip() [2/2]
bool google::protobuf::io::CopyingInputStreamAdaptor::Skip |
( |
int |
count | ) |
|
|
overridevirtual |
◆ backup_bytes_
int google::protobuf::io::CopyingInputStreamAdaptor::backup_bytes_ |
|
private |
◆ buffer_ [1/2]
std::unique_ptr<uint8[]> google::protobuf::io::CopyingInputStreamAdaptor::buffer_ |
|
private |
◆ buffer_ [2/2]
std::unique_ptr<uint8_t[]> google::protobuf::io::CopyingInputStreamAdaptor::buffer_ |
|
private |
◆ buffer_size_
const int google::protobuf::io::CopyingInputStreamAdaptor::buffer_size_ |
|
private |
◆ buffer_used_
int google::protobuf::io::CopyingInputStreamAdaptor::buffer_used_ |
|
private |
◆ copying_stream_
◆ failed_
bool google::protobuf::io::CopyingInputStreamAdaptor::failed_ |
|
private |
◆ owns_copying_stream_
bool google::protobuf::io::CopyingInputStreamAdaptor::owns_copying_stream_ |
|
private |
◆ position_ [1/2]
int64 google::protobuf::io::CopyingInputStreamAdaptor::position_ |
|
private |
◆ position_ [2/2]
int64_t google::protobuf::io::CopyingInputStreamAdaptor::position_ |
|
private |
The documentation for this class was generated from the following files: