Searched defs:BoolLiteral (Results 1 – 3 of 3) sorted by relevance
19 struct BoolLiteral : public Expression { struct20 BoolLiteral(const Context& context, Position position, bool value) in BoolLiteral() function24 SkString description() const override { in description()28 bool isConstant() const override { in isConstant()32 const bool fValue;34 typedef Expression INHERITED;
142 class BoolLiteral : public Expression class
471 BoolLiteral::BoolLiteral (GeneratorState& state, ConstValueRangeAccess valueRange) in BoolLiteral() function in rsg::BoolLiteral