Home
last modified time | relevance | path

Searched refs:PrintServices (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/compiler/
Dnode_generator.cc240 void PrintServices(const FileDescriptor* file, Printer* out) { in PrintServices() function
271 PrintServices(file, &out); in GenerateFile()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h127 void PrintServices() const;
Dpython_generator.cc349 PrintServices(); in Generate()
530 void Generator::PrintServices() const { in PrintServices() function in google::protobuf::compiler::python::Generator