Searched refs:PrintImports (Results 1 – 4 of 4) sorted by relevance
209 void PrintImports(const FileDescriptor* file, Printer* out) { in PrintImports() function264 PrintImports(file, &out); in GenerateFile()
79 void PrintImports() const;
360 PrintImports(); in Generate()395 void Generator::PrintImports() const { in PrintImports() function in google::protobuf::compiler::python::Generator
116 static cl::opt<bool> PrintImports("print-imports", cl::init(false), cl::Hidden,1221 if (PrintImports) { in importFunctions()