Searched defs:asBoolean (Results 1 – 7 of 7) sorted by relevance
119 public static boolean asBoolean(String value) { in asBoolean() method in TypeConverter149 public static boolean asBoolean(Data data) { in asBoolean() method in TypeConverter
201 public static boolean asBoolean(boolean value) { in asBoolean() method in BaseCompiledTemplate205 public static boolean asBoolean(String value) { in asBoolean() method in BaseCompiledTemplate209 public static boolean asBoolean(int value) { in asBoolean() method in BaseCompiledTemplate213 public static boolean asBoolean(Value value) { in asBoolean() method in BaseCompiledTemplate217 public static boolean asBoolean(Data data) { in asBoolean() method in BaseCompiledTemplate
36 public boolean asBoolean() { in asBoolean() method in NumberValue
39 public boolean asBoolean() { in asBoolean() method in VariantValue
91 public abstract boolean asBoolean(); in asBoolean() method in Value
78 public BooleanValue asBoolean() { in asBoolean() method in Const.Value122 public BooleanValue asBoolean() { in asBoolean() method in Const.BooleanValue
101 virtual Variable *asBoolean() { return nullptr; } in asBoolean() function1174 virtual Variable *asBoolean() { return BoolSource; } in asBoolean() function