Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dfunction_forward_variables_from.cc49 std::string_view storage_key = source->GetStorageKey(cur.string_value()); in ForwardValuesFromList()
Dscope.h177 std::string_view GetStorageKey(std::string_view ident) const;
Dscope.cc131 std::string_view Scope::GetStorageKey(std::string_view ident) const { in GetStorageKey() function in Scope
138 return containing()->GetStorageKey(ident); in GetStorageKey()