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

#include <zero_copy_stream_impl.h>

Inheritance diagram for google::protobuf::io::OstreamOutputStream:
google::protobuf::io::ZeroCopyOutputStream

Public Member Functions

 OstreamOutputStream (ostream *stream, int block_size=-1)
 
 ~OstreamOutputStream ()
 
bool Next (void **data, int *size)
 
void BackUp (int count)
 
int64 ByteCount () const
 
- Public Member Functions inherited from google::protobuf::io::ZeroCopyOutputStream
 ZeroCopyOutputStream ()
 
virtual ~ZeroCopyOutputStream ()
 
virtual bool WriteAliasedRaw (const void *data, int size)
 
virtual bool AllowsAliasing () const
 

Constructor & Destructor Documentation

◆ OstreamOutputStream()

google::protobuf::io::OstreamOutputStream::OstreamOutputStream ( ostream *  stream,
int  block_size = -1 
)
explicit

◆ ~OstreamOutputStream()

google::protobuf::io::OstreamOutputStream::~OstreamOutputStream ( )

Member Function Documentation

◆ BackUp()

void google::protobuf::io::OstreamOutputStream::BackUp ( int  count)
virtual

◆ ByteCount()

int64 google::protobuf::io::OstreamOutputStream::ByteCount ( ) const
virtual

◆ Next()

bool google::protobuf::io::OstreamOutputStream::Next ( void **  data,
int *  size 
)
virtual

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