Searched refs:ProtoBufPrinter (Results 1 – 1 of 1) sorted by relevance
134 class ProtoBufPrinter : public grpc_generator::Printer {136 ProtoBufPrinter(std::string* str) in ProtoBufPrinter() function178 return std::unique_ptr<grpc_generator::Printer>(new ProtoBufPrinter(str)); in CreatePrinter()