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

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 152 StringOutputStream::StringOutputStream(string* target)
156 StringOutputStream::~StringOutputStream() {
159 bool StringOutputStream::Next(void** data, int* size) {
174 << "StringOutputStream.";
190 void StringOutputStream::BackUp(int count) {
197 int64 StringOutputStream::ByteCount() const {
202 void StringOutputStream::SetString(string* target) {
210 : StringOutputStream(NULL)
    [all...]
zero_copy_stream_impl_lite.h 133 class LIBPROTOBUF_EXPORT StringOutputStream : public ZeroCopyOutputStream {
135 // Create a StringOutputStream which appends bytes to the given string.
144 explicit StringOutputStream(string* target);
145 ~StringOutputStream();
160 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StringOutputStream);
163 // LazyStringOutputStream is a StringOutputStream with lazy acquisition of
166 class LIBPROTOBUF_EXPORT LazyStringOutputStream : public StringOutputStream {
173 // implements ZeroCopyOutputStream, overriding StringOutputStream -----------
  /external/grpc-grpc/src/compiler/
config.h 38 ::google::protobuf::io::StringOutputStream
79 typedef GRPC_CUSTOM_STRINGOUTPUTSTREAM StringOutputStream;

Completed in 254 milliseconds