Home
last modified time | relevance | path

Searched defs:StringOutputStream (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/compiler/
Dconfig.h56 typedef GRPC_CUSTOM_STRINGOUTPUTSTREAM StringOutputStream; typedef
/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc120 StringOutputStream::StringOutputStream(std::string* target) : target_(target) {} in StringOutputStream() function in google::protobuf::io::StringOutputStream