Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h135 void PrintServiceClass(const ServiceDescriptor& descriptor) const;
Dpython_generator.cc586 PrintServiceClass(*file_->service(i)); in PrintServices()
662 void Generator::PrintServiceClass(const ServiceDescriptor& descriptor) const { in PrintServiceClass() function in google::protobuf::compiler::python::Generator