Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dcommand_path.cc28 using PathVector = std::vector<TargetDep>; typedef
44 using WorkQueue = std::list<PathVector>;
61 DepType ClassifyPath(const PathVector& path, DepType implicit_last_dep) { in ClassifyPath()
99 void PrintPath(const PathVector& path, DepType implicit_last_dep) { in PrintPath()
130 void InsertTargetsIntoFoundPaths(const PathVector& path, in InsertTargetsIntoFoundPaths()
176 PathVector initial_stack; in BreadthFirstSearch()
185 PathVector current_path = work_queue.front(); in BreadthFirstSearch()