Searched refs:MakeSymbolKey (Results 1 – 2 of 2) sorted by relevance
29 return this->lookup(fBuiltin ? nullptr : this, MakeSymbolKey(name)); in operator []()98 const Symbol*& refInSymbolTable = fSymbols[MakeSymbolKey(name)]; in addWithoutOwnership()
157 static SymbolKey MakeSymbolKey(skstd::string_view name) { in MakeSymbolKey() function