Searched defs:StringOutputStream (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h126 class LIBPROTOBUF_EXPORT StringOutputStream : public ZeroCopyOutputStream { class in namespace:google::protobuf::io
128 // Create a StringOutputStream which appends bytes to the given string.
135 explicit StringOutputStream(string* target);
136 ~StringOutputStream();
148 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StringOutputStream);
H A Dzero_copy_stream_impl_lite.cc148 StringOutputStream::StringOutputStream(string* target) function in class:google::protobuf::io::StringOutputStream
152 StringOutputStream::~StringOutputStream() {
155 bool StringOutputStream::Next(void** data, int* size) {
177 void StringOutputStream::BackUp(int count) {
183 int64 StringOutputStream::ByteCount() const {
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h126 class LIBPROTOBUF_EXPORT StringOutputStream : public ZeroCopyOutputStream { class in namespace:google::protobuf::io
128 // Create a StringOutputStream which appends bytes to the given string.
135 explicit StringOutputStream(string* target);
136 ~StringOutputStream();
148 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StringOutputStream);
H A Dzero_copy_stream_impl_lite.cc146 StringOutputStream::StringOutputStream(string* target) function in class:google::protobuf::io::StringOutputStream
150 StringOutputStream::~StringOutputStream() {
153 bool StringOutputStream::Next(void** data, int* size) {
175 void StringOutputStream::BackUp(int count) {
181 int64 StringOutputStream::ByteCount() const {

Completed in 440 milliseconds