Home
last modified time | relevance | path

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

/external/protobuf/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.h166 class LIBPROTOBUF_EXPORT LazyStringOutputStream : public StringOutputStream {
170 explicit LazyStringOutputStream(ResultCallback<string*>* callback);
171 ~LazyStringOutputStream();
181 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(LazyStringOutputStream);