Public Member Functions | Private Member Functions | Private Attributes | List of all members
google::protobuf::io::LimitingInputStream Class Reference

#include <zero_copy_stream_impl_lite.h>

Inheritance diagram for google::protobuf::io::LimitingInputStream:
Inheritance graph
[legend]

Public Member Functions

void BackUp (int count) override
 
void BackUp (int count) override
 
int64 ByteCount () const override
 
int64_t ByteCount () const override
 
 LimitingInputStream (ZeroCopyInputStream *input, int64 limit)
 
 LimitingInputStream (ZeroCopyInputStream *input, int64_t limit)
 
bool Next (const void **data, int *size) override
 
bool Next (const void **data, int *size) override
 
bool Skip (int count) override
 
bool Skip (int count) override
 
 ~LimitingInputStream () override
 
 ~LimitingInputStream () override
 
- Public Member Functions inherited from google::protobuf::io::ZeroCopyInputStream
 ZeroCopyInputStream ()
 
 ZeroCopyInputStream ()
 
virtual ~ZeroCopyInputStream ()
 
virtual ~ZeroCopyInputStream ()
 

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (LimitingInputStream)
 
 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (LimitingInputStream)
 

Private Attributes

ZeroCopyInputStreaminput_
 
int64 limit_
 
int64_t limit_
 
int64 prior_bytes_read_
 
int64_t prior_bytes_read_
 

Detailed Description

Definition at line 346 of file bloaty/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h.

Constructor & Destructor Documentation

◆ LimitingInputStream() [1/2]

google::protobuf::io::LimitingInputStream::LimitingInputStream ( ZeroCopyInputStream input,
int64  limit 
)

◆ ~LimitingInputStream() [1/2]

google::protobuf::io::LimitingInputStream::~LimitingInputStream ( )
override

◆ LimitingInputStream() [2/2]

google::protobuf::io::LimitingInputStream::LimitingInputStream ( ZeroCopyInputStream input,
int64_t  limit 
)

◆ ~LimitingInputStream() [2/2]

google::protobuf::io::LimitingInputStream::~LimitingInputStream ( )
override

Member Function Documentation

◆ BackUp() [1/2]

void google::protobuf::io::LimitingInputStream::BackUp ( int  count)
overridevirtual

◆ BackUp() [2/2]

void google::protobuf::io::LimitingInputStream::BackUp ( int  count)
overridevirtual

◆ ByteCount() [1/2]

int64_t google::protobuf::io::LimitingInputStream::ByteCount ( ) const
overridevirtual

◆ ByteCount() [2/2]

int64_t google::protobuf::io::LimitingInputStream::ByteCount ( ) const
overridevirtual

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [1/2]

google::protobuf::io::LimitingInputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( LimitingInputStream  )
private

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS() [2/2]

google::protobuf::io::LimitingInputStream::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( LimitingInputStream  )
private

◆ Next() [1/2]

bool google::protobuf::io::LimitingInputStream::Next ( const void **  data,
int size 
)
overridevirtual

◆ Next() [2/2]

bool google::protobuf::io::LimitingInputStream::Next ( const void **  data,
int size 
)
overridevirtual

◆ Skip() [1/2]

bool google::protobuf::io::LimitingInputStream::Skip ( int  count)
overridevirtual

◆ Skip() [2/2]

bool google::protobuf::io::LimitingInputStream::Skip ( int  count)
overridevirtual

Member Data Documentation

◆ input_

ZeroCopyInputStream * google::protobuf::io::LimitingInputStream::input_
private

◆ limit_ [1/2]

int64 google::protobuf::io::LimitingInputStream::limit_
private

◆ limit_ [2/2]

int64_t google::protobuf::io::LimitingInputStream::limit_
private

◆ prior_bytes_read_ [1/2]

int64 google::protobuf::io::LimitingInputStream::prior_bytes_read_
private

◆ prior_bytes_read_ [2/2]

int64_t google::protobuf::io::LimitingInputStream::prior_bytes_read_
private

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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:28