webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
google::protobuf::strings::LimitByteSource Class Reference

#include <bytestream.h>

Inheritance diagram for google::protobuf::strings::LimitByteSource:
google::protobuf::strings::ByteSource

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 ()
 

Constructor & Destructor Documentation

◆ LimitByteSource()

google::protobuf::strings::LimitByteSource::LimitByteSource ( ByteSource source,
size_t  limit 
)

Member Function Documentation

◆ Available()

size_t google::protobuf::strings::LimitByteSource::Available ( ) const
virtual

◆ CopyTo()

void google::protobuf::strings::LimitByteSource::CopyTo ( ByteSink sink,
size_t  n 
)
virtual

◆ Peek()

StringPiece google::protobuf::strings::LimitByteSource::Peek ( )
virtual

◆ Skip()

void google::protobuf::strings::LimitByteSource::Skip ( size_t  n)
virtual

The documentation for this class was generated from the following files: