Home
last modified time | relevance | path

Searched defs:PrintImports (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/compiler/
Dnode_generator.cc210 void PrintImports(const FileDescriptor* file, Printer* out) { in PrintImports() function
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/
Djava_generator.cpp1239 void PrintImports(Printer* p, bool generate_nano) { in PrintImports() function
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc359 void Generator::PrintImports() const { in PrintImports() function in google::protobuf::compiler::python::Generator