webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <bytestream.h>
Public Member Functions | |
LimitByteSource (ByteSource *source, size_t limit) | |
virtual size_t | Available () const |
virtual StringPiece | Peek () |
virtual void | Skip (size_t n) |
virtual void | CopyTo (ByteSink *sink, size_t n) |
Public Member Functions inherited from google::protobuf::strings::ByteSource | |
ByteSource () | |
virtual | ~ByteSource () |
google::protobuf::strings::LimitByteSource::LimitByteSource | ( | ByteSource * | source, |
size_t | limit | ||
) |
|
virtual |
Implements google::protobuf::strings::ByteSource.
Reimplemented from google::protobuf::strings::ByteSource.
|
virtual |
Implements google::protobuf::strings::ByteSource.
Implements google::protobuf::strings::ByteSource.