Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLSymbolTable.h177 class AutoSymbolTable {
179 AutoSymbolTable(std::shared_ptr<SymbolTable>* s) in AutoSymbolTable() function
185 ~AutoSymbolTable() { in ~AutoSymbolTable()
/third_party/flutter/skia/src/sksl/
DSkSLIRGenerator.h173 friend class AutoSymbolTable; variable
DSkSLIRGenerator.cpp58 class AutoSymbolTable { class
60 AutoSymbolTable(IRGenerator* ir) in AutoSymbolTable() function in SkSL::AutoSymbolTable
66 ~AutoSymbolTable() { in ~AutoSymbolTable()
232 AutoSymbolTable table(this); in convertBlock()
434 AutoSymbolTable table(this); in convertFor()
518 AutoSymbolTable table(this); in convertSwitch()
861 AutoSymbolTable table(this); in convertFunction()