Searched refs:edge_ (Results 1 – 4 of 4) sorted by relevance
/third_party/ninja/src/ |
D | graph.cc | 388 : 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/ |
D | raytraversal.txt | 221 a _shared edge_ defined by those vertices.
|
D | tessellation.txt | 450 edge with the single vertex making up the _inner edge_.
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 82900 static nsIAtom* edge_; member in nsGkAtoms
|