Home
last modified time | relevance | path

Searched refs:PrintImports (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/compiler/
Dnode_generator.cc209 void PrintImports(const FileDescriptor* file, Printer* out) { in PrintImports() function
264 PrintImports(file, &out); in GenerateFile()
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h79 void PrintImports() const;
Dpython_generator.cc360 PrintImports(); in Generate()
395 void Generator::PrintImports() const { in PrintImports() function in google::protobuf::compiler::python::Generator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp116 static cl::opt<bool> PrintImports("print-imports", cl::init(false), cl::Hidden,
1221 if (PrintImports) { in importFunctions()