Home
last modified time | relevance | path

Searched refs:LookupWithFallback (Results 1 – 3 of 3) sorted by relevance

/third_party/ninja/src/
Deval_env.h101 string LookupWithFallback(const string& var, const EvalString* eval,
Deval_env.cc83 string BindingEnv::LookupWithFallback(const string& var, in LookupWithFallback() function in BindingEnv
Dgraph.cc376 return edge_->env_->LookupWithFallback(var, eval, this); in LookupVariable()