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