Home
last modified time | relevance | path

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

/third_party/grpc/src/compiler/
Dnode_generator.cc238 void PrintServices(const FileDescriptor* file, Printer* out) { in PrintServices() function
268 PrintServices(file, &out); in GenerateFile()
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h133 void PrintServices() const;
Dpython_generator.cc385 PrintServices(); in Generate()
616 void Generator::PrintServices() const { in PrintServices() function in google::protobuf::compiler::python::Generator