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

#include <zero_copy_stream_impl_lite.h>

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

Public Member Functions

 CopyingOutputStreamAdaptor (CopyingOutputStream *copying_stream, int block_size=-1)
 
 ~CopyingOutputStreamAdaptor ()
 
bool Flush ()
 
void SetOwnsCopyingStream (bool value)
 
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

◆ CopyingOutputStreamAdaptor()

google::protobuf::io::CopyingOutputStreamAdaptor::CopyingOutputStreamAdaptor ( CopyingOutputStream copying_stream,
int  block_size = -1 
)
explicit

◆ ~CopyingOutputStreamAdaptor()

google::protobuf::io::CopyingOutputStreamAdaptor::~CopyingOutputStreamAdaptor ( )

Member Function Documentation

◆ BackUp()

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

◆ ByteCount()

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

◆ Flush()

bool google::protobuf::io::CopyingOutputStreamAdaptor::Flush ( )

◆ Next()

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

◆ SetOwnsCopyingStream()

void google::protobuf::io::CopyingOutputStreamAdaptor::SetOwnsCopyingStream ( bool  value)
inline

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