Home
last modified time | relevance | path

Searched defs:ImportMap (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dimport_manager.h44 using ImportMap = std::map<SourceFile, std::unique_ptr<ImportInfo>>; variable
/third_party/flatbuffers/src/
Didl_gen_python.cpp39 typedef std::set<ImportMapEntry> ImportMap; typedef