Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dprotobuf_plugin.h153 class ProtoBufFile : public grpc_generator::File {
155 ProtoBufFile(const grpc::protobuf::FileDescriptor* file) : file_(file) {} in ProtoBufFile() function
Dcpp_plugin.cc52 ProtoBufFile pbfile(file); in Generate()
Dpython_generator.cc768 ProtoBufFile pbfile(file); in Generate()