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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 148 StringOutputStream::StringOutputStream(string* target)
152 StringOutputStream::~StringOutputStream() {
155 bool StringOutputStream::Next(void** data, int* size) {
177 void StringOutputStream::BackUp(int count) {
183 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);