Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dconfig.h56 typedef GRPC_CUSTOM_STRINGOUTPUTSTREAM StringOutputStream; typedef
/external/grpc-grpc/src/compiler/
Dconfig.h79 typedef GRPC_CUSTOM_STRINGOUTPUTSTREAM StringOutputStream; typedef
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc139 StringOutputStream::StringOutputStream(std::string* target) : target_(target) {} in StringOutputStream() function in google::protobuf::io::StringOutputStream