Home
last modified time | relevance | path

Searched defs:asBoolean (Results 1 – 6 of 6) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/data/
DTypeConverter.java119 public static boolean asBoolean(String value) { in asBoolean() method in TypeConverter
149 public static boolean asBoolean(Data data) { in asBoolean() method in TypeConverter
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DBaseCompiledTemplate.java201 public static boolean asBoolean(boolean value) { in asBoolean() method in BaseCompiledTemplate
205 public static boolean asBoolean(String value) { in asBoolean() method in BaseCompiledTemplate
209 public static boolean asBoolean(int value) { in asBoolean() method in BaseCompiledTemplate
213 public static boolean asBoolean(Value value) { in asBoolean() method in BaseCompiledTemplate
217 public static boolean asBoolean(Data data) { in asBoolean() method in BaseCompiledTemplate
/external/jsilver/src/com/google/clearsilver/jsilver/values/
DNumberValue.java36 public boolean asBoolean() { in asBoolean() method in NumberValue
DVariantValue.java39 public boolean asBoolean() { in asBoolean() method in VariantValue
DValue.java91 public abstract boolean asBoolean(); in asBoolean() method in Value
/external/swiftshader/third_party/subzero/src/
DIceOperand.h101 virtual Variable *asBoolean() { return nullptr; } in asBoolean() function
1159 virtual Variable *asBoolean() { return BoolSource; } in asBoolean() function