Home
last modified time | relevance | path

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

/third_party/grpc/src/compiler/
Dprotobuf_plugin.h134 class ProtoBufPrinter : public grpc_generator::Printer {
136 ProtoBufPrinter(std::string* str) in ProtoBufPrinter() function
178 return std::unique_ptr<grpc_generator::Printer>(new ProtoBufPrinter(str)); in CreatePrinter()