Home
last modified time | relevance | path

Searched refs:popScope (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/utils/
DSkJSONWriter.h123 this->popScope(); in endObject()
155 this->popScope(); in endArray()
328 void popScope() { in popScope() function
/third_party/flutter/skia/src/utils/
DSkJSONWriter.h123 this->popScope(); in endObject()
155 this->popScope(); in endArray()
328 void popScope() { in popScope() function
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp3443 parseContext.popScope(); in acceptScopedStatement()
3452 parseContext.popScope(); in acceptScopedCompoundStatement()
3679 parseContext.popScope(); in acceptSelectionStatement()
3700 parseContext.popScope(); in acceptSwitchStatement()
3716 parseContext.popScope(); in acceptSwitchStatement()
3761 parseContext.popScope(); in acceptIterationStatement()
3843 parseContext.popScope(); in acceptIterationStatement()
DhlslParseHelper.h174 void popScope() { symbolTable.pop(nullptr); } in popScope() function
DhlslParseHelper.cpp2296 popScope(); in handleFunctionBody()