#include <zero_copy_stream_impl_lite.h>
◆ CopyingOutputStreamAdaptor() [1/2]
google::protobuf::io::CopyingOutputStreamAdaptor::CopyingOutputStreamAdaptor |
( |
CopyingOutputStream * |
copying_stream, |
|
|
int |
block_size = -1 |
|
) |
| |
|
explicit |
◆ ~CopyingOutputStreamAdaptor() [1/2]
google::protobuf::io::CopyingOutputStreamAdaptor::~CopyingOutputStreamAdaptor |
( |
| ) |
|
|
override |
◆ CopyingOutputStreamAdaptor() [2/2]
google::protobuf::io::CopyingOutputStreamAdaptor::CopyingOutputStreamAdaptor |
( |
CopyingOutputStream * |
copying_stream, |
|
|
int |
block_size = -1 |
|
) |
| |
|
explicit |
◆ ~CopyingOutputStreamAdaptor() [2/2]
google::protobuf::io::CopyingOutputStreamAdaptor::~CopyingOutputStreamAdaptor |
( |
| ) |
|
|
override |
◆ AllocateBufferIfNeeded() [1/2]
void google::protobuf::io::CopyingOutputStreamAdaptor::AllocateBufferIfNeeded |
( |
| ) |
|
|
private |
◆ AllocateBufferIfNeeded() [2/2]
void google::protobuf::io::CopyingOutputStreamAdaptor::AllocateBufferIfNeeded |
( |
| ) |
|
|
private |
◆ AllowsAliasing()
bool google::protobuf::io::CopyingOutputStreamAdaptor::AllowsAliasing |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ BackUp() [1/2]
void google::protobuf::io::CopyingOutputStreamAdaptor::BackUp |
( |
int |
count | ) |
|
|
overridevirtual |
◆ BackUp() [2/2]
void google::protobuf::io::CopyingOutputStreamAdaptor::BackUp |
( |
int |
count | ) |
|
|
overridevirtual |
◆ ByteCount() [1/2]
int64_t google::protobuf::io::CopyingOutputStreamAdaptor::ByteCount |
( |
| ) |
const |
|
overridevirtual |
◆ ByteCount() [2/2]
int64_t google::protobuf::io::CopyingOutputStreamAdaptor::ByteCount |
( |
| ) |
const |
|
overridevirtual |
◆ Flush() [1/2]
bool google::protobuf::io::CopyingOutputStreamAdaptor::Flush |
( |
| ) |
|
◆ Flush() [2/2]
bool google::protobuf::io::CopyingOutputStreamAdaptor::Flush |
( |
| ) |
|
◆ FreeBuffer() [1/2]
void google::protobuf::io::CopyingOutputStreamAdaptor::FreeBuffer |
( |
| ) |
|
|
private |
◆ FreeBuffer() [2/2]
void google::protobuf::io::CopyingOutputStreamAdaptor::FreeBuffer |
( |
| ) |
|
|
private |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [1/2]
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [2/2]
◆ Next() [1/2]
bool google::protobuf::io::CopyingOutputStreamAdaptor::Next |
( |
void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
overridevirtual |
◆ Next() [2/2]
bool google::protobuf::io::CopyingOutputStreamAdaptor::Next |
( |
void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
overridevirtual |
◆ SetOwnsCopyingStream() [1/2]
void google::protobuf::io::CopyingOutputStreamAdaptor::SetOwnsCopyingStream |
( |
bool |
value | ) |
|
|
inline |
◆ SetOwnsCopyingStream() [2/2]
void google::protobuf::io::CopyingOutputStreamAdaptor::SetOwnsCopyingStream |
( |
bool |
value | ) |
|
|
inline |
◆ WriteAliasedRaw()
bool google::protobuf::io::CopyingOutputStreamAdaptor::WriteAliasedRaw |
( |
const void * |
data, |
|
|
int |
size |
|
) |
| |
|
overridevirtual |
◆ WriteBuffer() [1/2]
bool google::protobuf::io::CopyingOutputStreamAdaptor::WriteBuffer |
( |
| ) |
|
|
private |
◆ WriteBuffer() [2/2]
bool google::protobuf::io::CopyingOutputStreamAdaptor::WriteBuffer |
( |
| ) |
|
|
private |
◆ buffer_ [1/2]
std::unique_ptr<uint8[]> google::protobuf::io::CopyingOutputStreamAdaptor::buffer_ |
|
private |
◆ buffer_ [2/2]
std::unique_ptr<uint8_t[]> 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_ [1/2]
int64 google::protobuf::io::CopyingOutputStreamAdaptor::position_ |
|
private |
◆ position_ [2/2]
int64_t google::protobuf::io::CopyingOutputStreamAdaptor::position_ |
|
private |
The documentation for this class was generated from the following files: