Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.h129 void PrintServiceDescriptor(const ServiceDescriptor& descriptor) const;
Dpython_generator.cc560 PrintServiceDescriptor(*file_->service(i)); in PrintServices()
567 void Generator::PrintServiceDescriptor( in PrintServiceDescriptor() function in google::protobuf::compiler::python::Generator