Flutter Engine
The Flutter Engine
|
This is the complete list of members for SkSL::SwitchCase, including all inherited members.
as() const | SkSL::IRNode | inline |
as() | SkSL::IRNode | inline |
description() const override | SkSL::SwitchCase | 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 |
isDefault() const | SkSL::SwitchCase | inline |
isEmpty() const | SkSL::Statement | inlinevirtual |
Kind typedef | SkSL::Statement | |
kind() const | SkSL::Statement | inline |
kIRNodeKind | SkSL::SwitchCase | inlinestatic |
Make(Position pos, SKSL_INT value, std::unique_ptr< Statement > statement) | SkSL::SwitchCase | static |
MakeDefault(Position pos, std::unique_ptr< Statement > statement) | SkSL::SwitchCase | 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 |
statement() | SkSL::SwitchCase | inline |
statement() const | SkSL::SwitchCase | inline |
value() const | SkSL::SwitchCase | inline |
~IRNode() | SkSL::IRNode | inlinevirtual |