Flutter Engine
The Flutter Engine
|
This is the complete list of members for SkSL::IfStatement, including all inherited members.
as() const | SkSL::IRNode | inline |
as() | SkSL::IRNode | inline |
Convert(const Context &context, Position pos, std::unique_ptr< Expression > test, std::unique_ptr< Statement > ifTrue, std::unique_ptr< Statement > ifFalse) | SkSL::IfStatement | static |
description() const override | SkSL::IfStatement | virtual |
fKind | SkSL::IRNode | protected |
fPosition | SkSL::IRNode | |
ifFalse() | SkSL::IfStatement | inline |
ifFalse() const | SkSL::IfStatement | inline |
IfStatement(Position pos, std::unique_ptr< Expression > test, std::unique_ptr< Statement > ifTrue, std::unique_ptr< Statement > ifFalse) | SkSL::IfStatement | inline |
ifTrue() | SkSL::IfStatement | inline |
ifTrue() const | SkSL::IfStatement | inline |
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::IfStatement | inlinestatic |
Make(const Context &context, Position pos, std::unique_ptr< Expression > test, std::unique_ptr< Statement > ifTrue, std::unique_ptr< Statement > ifFalse) | SkSL::IfStatement | 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 |
test() | SkSL::IfStatement | inline |
test() const | SkSL::IfStatement | inline |
~IRNode() | SkSL::IRNode | inlinevirtual |