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

#include <zero_copy_stream_impl_lite.h>

Inheritance diagram for google::protobuf::io::LazyStringOutputStream:
google::protobuf::io::StringOutputStream google::protobuf::io::ZeroCopyOutputStream

Public Member Functions

 LazyStringOutputStream (ResultCallback< string *> *callback)
 
 ~LazyStringOutputStream ()
 
bool Next (void **data, int *size)
 
int64 ByteCount () const
 
- Public Member Functions inherited from google::protobuf::io::StringOutputStream
 StringOutputStream (string *target)
 
 ~StringOutputStream ()
 
void BackUp (int count)
 
- Public Member Functions inherited from google::protobuf::io::ZeroCopyOutputStream
 ZeroCopyOutputStream ()
 
virtual ~ZeroCopyOutputStream ()
 
virtual bool WriteAliasedRaw (const void *data, int size)
 
virtual bool AllowsAliasing () const
 

Additional Inherited Members

- Protected Member Functions inherited from google::protobuf::io::StringOutputStream
void SetString (string *target)
 

Constructor & Destructor Documentation

◆ LazyStringOutputStream()

google::protobuf::io::LazyStringOutputStream::LazyStringOutputStream ( ResultCallback< string *> *  callback)
explicit

◆ ~LazyStringOutputStream()

google::protobuf::io::LazyStringOutputStream::~LazyStringOutputStream ( )

Member Function Documentation

◆ ByteCount()

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

◆ Next()

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

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