Flutter Engine
The Flutter Engine
|
This is the complete list of members for SkSL::SwitchStatement, including all inherited members.
as() const | SkSL::IRNode | inline |
as() | SkSL::IRNode | inline |
caseBlock() | SkSL::SwitchStatement | inline |
caseBlock() const | SkSL::SwitchStatement | inline |
cases() | SkSL::SwitchStatement | inline |
cases() const | SkSL::SwitchStatement | inline |
Convert(const Context &context, Position pos, std::unique_ptr< Expression > value, ExpressionArray caseValues, StatementArray caseStatements, std::unique_ptr< SymbolTable > symbolTable) | SkSL::SwitchStatement | static |
description() const override | SkSL::SwitchStatement | virtual |
fKind | SkSL::IRNode | protected |
fPosition | SkSL::IRNode | |
IRNode(const IRNode &)=delete | SkSL::IRNode | |
IRNode(Position position, int kind) | SkSL::IRNode | inlineprotected |
is() const | SkSL::IRNode | inline |
isEmpty() const | SkSL::Statement | inlinevirtual |
Kind typedef | SkSL::Statement | |
kind() const | SkSL::Statement | inline |
kIRNodeKind | SkSL::SwitchStatement | inlinestatic |
Make(const Context &context, Position pos, std::unique_ptr< Expression > value, std::unique_ptr< Statement > caseBlock) | SkSL::SwitchStatement | static |
operator delete(void *ptr) | SkSL::Poolable | inlinestatic |
operator new(const size_t size) | SkSL::Poolable | inlinestatic |
operator=(const IRNode &)=delete | SkSL::IRNode | |
position() const | SkSL::IRNode | inline |
setPosition(Position p) | SkSL::IRNode | inline |
Statement(Position pos, Kind kind) | SkSL::Statement | inline |
SwitchStatement(Position pos, std::unique_ptr< Expression > value, std::unique_ptr< Statement > caseBlock) | SkSL::SwitchStatement | inline |
value() | SkSL::SwitchStatement | inline |
value() const | SkSL::SwitchStatement | inline |
~IRNode() | SkSL::IRNode | inlinevirtual |