Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dtemplate.cc84 template_scope.SetValue(variables::kInvoker, in Invoke()
87 variables::kInvoker, Scope::SEARCH_NESTED, false); in Invoke()
112 invoker_value = template_scope.GetMutableValue(variables::kInvoker, in Invoke()
Dvariables.h43 extern const char kInvoker[];
Dvariables.cc65 const char kInvoker[] = "invoker"; variable