Lines Matching defs:out
215 EvalString out;
216 if (!lexer_.ReadPath(&out, err))
218 while (!out.empty()) {
219 outs.push_back(out);
221 out.Clear();
222 if (!lexer_.ReadPath(&out, err))
231 EvalString out;
232 if (!lexer_.ReadPath(&out, err))
234 if (out.empty())
236 outs.push_back(out);
392 // build graph but that has since been fixed. Filter them out to
394 Node* out = edge->outputs_[0];
396 remove(edge->inputs_.begin(), edge->inputs_.end(), out);
402 out->path().c_str());