|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <zero_copy_stream_impl_lite.h>
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) |
|
explicit |
| google::protobuf::io::LazyStringOutputStream::~LazyStringOutputStream | ( | ) |
|
virtual |
Reimplemented from google::protobuf::io::StringOutputStream.
|
virtual |
Reimplemented from google::protobuf::io::StringOutputStream.
1.8.13