Home | History | Annotate | Download | only in gn

Lines Matching defs:Chain

33   // Represents a dependency chain.
48 typedef std::vector<ChainLink> Chain;
128 // If found, the vector given in "chain" will be filled with the reverse
129 // dependency chain from the dest target (chain[0] = search_for) to the src
130 // target (chain[chain.size() - 1] = search_from).
133 // permitted match is found, *is_permitted will be set to true. A chain with
142 Chain* chain,
150 Chain* chain) const;