Lines Matching full:vector
10 #include <vector>
34 const std::vector<const Target*>& targets);
37 // error, fills the given vector with the errors and returns false. Returns
39 bool Run(std::vector<Err>* errors);
56 typedef std::vector<TargetInfo> TargetVector;
92 // If found, the vector given in "chain" will be filled with the reverse
97 std::vector<const Target*>* chain) const;
100 std::vector<const Target*>* chain,
111 const std::vector<const Target*>& chain,
134 std::vector<Err> errors_;