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.h129 void PrintServiceClass(const ServiceDescriptor& descriptor) const;
Dpython_generator.cc533 PrintServiceClass(*file_->service(i)); in PrintServices()
611 void Generator::PrintServiceClass(const ServiceDescriptor& descriptor) const { in PrintServiceClass() function in google::protobuf::compiler::python::Generator