Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h128 void PrintServiceDescriptor(const ServiceDescriptor& descriptor) const;
Dpython_generator.cc532 PrintServiceDescriptor(*file_->service(i)); in PrintServices()
539 void Generator::PrintServiceDescriptor( in PrintServiceDescriptor() function in google::protobuf::compiler::python::Generator