Searched refs:PrintImports (Results 1 – 3 of 3) sorted by relevance
74 void PrintImports() const;
331 PrintImports(); in Generate()359 void Generator::PrintImports() const { in PrintImports() function in google::protobuf::compiler::python::Generator
52 static cl::opt<bool> PrintImports("print-imports", cl::init(false), cl::Hidden,662 if (PrintImports) { in importFunctions()