Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h136 void PrintServiceStub(const ServiceDescriptor& descriptor) const;
Dpython_generator.cc587 PrintServiceStub(*file_->service(i)); in PrintServices()
674 void Generator::PrintServiceStub(const ServiceDescriptor& descriptor) const { in PrintServiceStub() function in google::protobuf::compiler::python::Generator