Home
last modified time | relevance | path

Searched refs:string_template (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/compiler/
Dprotobuf_plugin.h139 const char* string_template) { in Print() argument
140 printer_.Print(vars, string_template); in Print()
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dprotobuf_plugin.h140 const char* string_template) { in Print() argument
141 printer_.Print(vars, string_template); in Print()
/external/flatbuffers/src/
Didl_gen_grpc.cpp134 const char *string_template) { in Print() argument
135 std::string s = string_template; in Print()