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