HomeSort by relevance Sort by last modified time
    Searched defs:StringOutputStream (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 146 StringOutputStream::StringOutputStream(string* target)
150 StringOutputStream::~StringOutputStream() {
153 bool StringOutputStream::Next(void** data, int* size) {
175 void StringOutputStream::BackUp(int count) {
181 int64 StringOutputStream::ByteCount() const {
zero_copy_stream_impl_lite.h 126 class LIBPROTOBUF_EXPORT StringOutputStream : public ZeroCopyOutputStream {
128 // Create a StringOutputStream which appends bytes to the given string.
135 explicit StringOutputStream(string* target);
136 ~StringOutputStream();
148 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StringOutputStream);

Completed in 54 milliseconds