Home
last modified time | relevance | path

Searched defs:Importer (Results 1 – 20 of 20) sorted by relevance

/external/grpc-grpc/test/cpp/util/
Dconfig_grpc_cli.h63 typedef GRPC_CUSTOM_IMPORTER Importer; typedef
/external/clang/lib/Frontend/
DASTMerge.cpp55 ASTImporter Importer(CI.getASTContext(), in ExecuteAction() local
/external/protobuf/src/google/protobuf/compiler/
Dimporter.h56 class Importer; variable
Dimporter.cc203 Importer::Importer(SourceTree* source_tree, in Importer() function in google::protobuf::compiler::Importer
/external/drm_hwcomposer/
Ddrmhwcomposer.h42 class Importer; variable
Ddrmdisplaycomposition.h32 class Importer; variable
/external/webp/src/enc/
Dpicture_enc.c230 typedef int (*Importer)(WebPPicture* const, const uint8_t* const, int); typedef
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/
Dllvm-link.cpp270 FunctionImporter Importer(*Index, CachedModuleLoader); in importFunctions() local
/external/clang/unittests/AST/
DASTImporterTest.cpp77 ASTImporter Importer(ToCtx, ToAST->getFileManager(), in testImport() local
/external/python/cpython2/Lib/
Dimputil.py217 class Importer: class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp508 FunctionImporter Importer(CombinedIndex, ModuleLoader); in thinBackend() local
DThinLTOCodeGenerator.cpp207 FunctionImporter Importer(Index, Loader); in crossImportIntoModule() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationRuleParser.java85 interface Importer { interface in CollationRuleParser
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationRuleParser.java81 interface Importer { interface in CollationRuleParser
/external/clang/lib/AST/
DASTImporter.cpp31 ASTImporter &Importer; member in clang::ASTNodeImporter
34 explicit ASTNodeImporter(ASTImporter &Importer) : Importer(Importer) { } in ASTNodeImporter()
6061 ASTNodeImporter Importer(*this); in Import() local
6101 ASTNodeImporter Importer(*this); in Import() local
6216 ASTNodeImporter Importer(*this); in Import() local
6360 ASTNodeImporter Importer(*this); in Import() local
6512 ASTNodeImporter Importer(*this); in ImportDefinition() local
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp777 FunctionImporter Importer(*Index, ModuleLoader); in runOnModule() local
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp152 FunctionImporter Importer(Index, Loader); in crossImportIntoModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1078 FunctionImporter Importer(*Index, ModuleLoader); in doImportingForModule() local
/external/llvm/tools/gold/
Dgold-plugin.cpp1007 FunctionImporter Importer(*CombinedIndex, Loader); in runLTOPasses() local
/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py1948 def Importer(self, module, globals='', locals='', fromlist=None): member in FindDefinitionTest