Home
last modified time | relevance | path

Searched refs:LazyStringOutputStream (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc208 LazyStringOutputStream::LazyStringOutputStream( in LazyStringOutputStream() function in google::protobuf::io::LazyStringOutputStream
215 LazyStringOutputStream::~LazyStringOutputStream() { in ~LazyStringOutputStream()
218 bool LazyStringOutputStream::Next(void** data, int* size) { in Next()
226 int64 LazyStringOutputStream::ByteCount() const { in ByteCount()
Dzero_copy_stream_impl_lite.h165 class LIBPROTOBUF_EXPORT LazyStringOutputStream : public StringOutputStream {
169 explicit LazyStringOutputStream(ResultCallback<string*>* callback);
170 ~LazyStringOutputStream();
180 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(LazyStringOutputStream);