Home
last modified time | relevance | path

Searched refs:edge_ (Results 1 - 2 of 2) sorted by relevance

/third_party/ninja/src/
H A Dgraph.cc386 : edge_(edge), escape_in_out_(escape), recursive_(false) {} in EdgeEnv()
395 const Edge* const edge_; member
402 int explicit_deps_count = edge_->inputs_.size() - edge_->implicit_deps_ - in LookupVariable()
403 edge_->order_only_deps_; in LookupVariable()
404 return MakePathList(edge_->inputs_.data(), explicit_deps_count, in LookupVariable()
407 int explicit_outs_count = edge_->outputs_.size() - edge_->implicit_outs_; in LookupVariable()
408 return MakePathList(&edge_->outputs_[0], explicit_outs_count, ' '); in LookupVariable()
456 const EvalString* eval = edge_ in LookupVariable()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 25 milliseconds