Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dheader_checker.h100 using FileMap = std::map<SourceFile, TargetVector>; variable
/third_party/ninja/src/
Dtest.h162 typedef map<string, Entry> FileMap; typedef