Home
last modified time | relevance | path

Searched refs:AutoDepth (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLParser.cpp23 class AutoDepth { class
25 AutoDepth(Parser* p) in AutoDepth() function in SkSL::AutoDepth
30 ~AutoDepth() { in ~AutoDepth()
1018 AutoDepth depth(this); in statement()
1452 AutoDepth depth(this); in block()
1851 AutoDepth depth(this); in unaryExpression()
1898 AutoDepth depth(this); in suffix()
1998 AutoDepth depth(this); in term()
DSkSLParser.h283 friend class AutoDepth; variable