Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dprotobuf_plugin.h133 class ProtoBufPrinter : public grpc_generator::Printer {
135 ProtoBufPrinter(grpc::string* str) in ProtoBufPrinter() function
177 return std::unique_ptr<grpc_generator::Printer>(new ProtoBufPrinter(str)); in CreatePrinter()