Searched refs:GetStorageKey (Results 1 – 3 of 3) sorted by relevance
49 std::string_view storage_key = source->GetStorageKey(cur.string_value()); in ForwardValuesFromList()
177 std::string_view GetStorageKey(std::string_view ident) const;
131 std::string_view Scope::GetStorageKey(std::string_view ident) const { in GetStorageKey() function in Scope138 return containing()->GetStorageKey(ident); in GetStorageKey()