#include <bytestream.h>
Definition at line 327 of file bytestream.h.
◆ LimitByteSource()
google::protobuf::strings::LimitByteSource::LimitByteSource |
( |
ByteSource * |
source, |
|
|
size_t |
limit |
|
) |
| |
◆ Available()
size_t google::protobuf::strings::LimitByteSource::Available |
( |
| ) |
const |
|
overridevirtual |
◆ CopyTo()
void google::protobuf::strings::LimitByteSource::CopyTo |
( |
ByteSink * |
sink, |
|
|
size_t |
n |
|
) |
| |
|
overridevirtual |
◆ Peek()
StringPiece google::protobuf::strings::LimitByteSource::Peek |
( |
| ) |
|
|
overridevirtual |
◆ Skip()
void google::protobuf::strings::LimitByteSource::Skip |
( |
size_t |
n | ) |
|
|
overridevirtual |
◆ limit_
size_t google::protobuf::strings::LimitByteSource::limit_ |
|
private |
◆ source_
ByteSource* google::protobuf::strings::LimitByteSource::source_ |
|
private |
The documentation for this class was generated from the following files: