Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dgraph.cc388 : edge_(edge), escape_in_out_(escape), recursive_(false) {} in EdgeEnv()
397 const Edge* const edge_; member
404 int explicit_deps_count = edge_->inputs_.size() - edge_->implicit_deps_ - in LookupVariable()
405 edge_->order_only_deps_; in LookupVariable()
407 return MakePathList(edge_->inputs_.data(), explicit_deps_count, in LookupVariable()
409 return MakePathList(&edge_->inputs_[0], explicit_deps_count, in LookupVariable()
413 int explicit_outs_count = edge_->outputs_.size() - edge_->implicit_outs_; in LookupVariable()
414 return MakePathList(&edge_->outputs_[0], explicit_outs_count, ' '); in LookupVariable()
429 const EvalString* eval = edge_->rule_->GetBinding(var); in LookupVariable()
436 return edge_->env_->LookupWithFallback(var, eval, this); in LookupVariable()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Draytraversal.txt221 a _shared edge_ defined by those vertices.
Dtessellation.txt450 edge with the single vertex making up the _inner edge_.
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82900 static nsIAtom* edge_; member in nsGkAtoms