#include <zero_copy_stream_impl.h>
Definition at line 304 of file zero_copy_stream_impl.h.
◆ ConcatenatingInputStream()
google::protobuf::io::ConcatenatingInputStream::ConcatenatingInputStream |
( |
ZeroCopyInputStream *const |
streams[], |
|
|
int |
count |
|
) |
| |
◆ ~ConcatenatingInputStream()
google::protobuf::io::ConcatenatingInputStream::~ConcatenatingInputStream |
( |
| ) |
|
|
overridedefault |
◆ BackUp()
void google::protobuf::io::ConcatenatingInputStream::BackUp |
( |
int |
count | ) |
|
|
overridevirtual |
◆ ByteCount()
int64 google::protobuf::io::ConcatenatingInputStream::ByteCount |
( |
| ) |
const |
|
overridevirtual |
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()
◆ Next()
bool google::protobuf::io::ConcatenatingInputStream::Next |
( |
const void ** |
data, |
|
|
int * |
size |
|
) |
| |
|
overridevirtual |
◆ Skip()
bool google::protobuf::io::ConcatenatingInputStream::Skip |
( |
int |
count | ) |
|
|
overridevirtual |
◆ bytes_retired_
int64 google::protobuf::io::ConcatenatingInputStream::bytes_retired_ |
|
private |
◆ stream_count_
int google::protobuf::io::ConcatenatingInputStream::stream_count_ |
|
private |
◆ streams_
The documentation for this class was generated from the following files: