Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/resolver/
Ddependency_graph.h29 struct DependencyGraph { struct
53 std::vector<const ast::Node*> ordered_globals;
57 std::unordered_map<const ast::Node*, const ast::Node*> resolved_symbols;
63 std::unordered_map<const ast::Variable*, const ast::Node*> shadows;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DDependencyGraph.java18 final class DependencyGraph { class
23 public DependencyGraph(String cldrVersion) { in DependencyGraph() method in DependencyGraph