Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.h131 void PrintServiceStub(const ServiceDescriptor& descriptor) const;
Dpython_generator.cc562 PrintServiceStub(*file_->service(i)); in PrintServices()
650 void Generator::PrintServiceStub(const ServiceDescriptor& descriptor) const { in PrintServiceStub() function in google::protobuf::compiler::python::Generator