Home
last modified time | relevance | path

Searched refs:writableSymbolTable (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/sksl/ir/
H A DSkSLSymbolTable.cpp32 const Symbol* SymbolTable::lookup(SymbolTable* writableSymbolTable, const SymbolKey& key) { in lookup() argument
35 // associated with those UnresolvedFunction nodes). `writableSymbolTable` tracks the closest in lookup()
38 writableSymbolTable = this; in lookup()
43 return fParent->lookup(writableSymbolTable, key); in lookup()
53 const Symbol* previous = fParent->lookup(writableSymbolTable, key); in lookup()
71 return writableSymbolTable in lookup()
72 ? writableSymbolTable->takeOwnershipOfSymbol( in lookup()
H A DSkSLSymbolTable.h161 const Symbol* lookup(SymbolTable* writableSymbolTable, const SymbolKey& key);

Completed in 2 milliseconds