Searched defs:asInt (Results 1 – 9 of 9) sorted by relevance
132 public static int asInt(String value) { in asInt() method in BaseCompiledTemplate136 public static int asInt(int value) { in asInt() method in BaseCompiledTemplate140 public static int asInt(boolean value) { in asInt() method in BaseCompiledTemplate144 public static int asInt(Value value) { in asInt() method in BaseCompiledTemplate148 public static int asInt(Data data) { in asInt() method in BaseCompiledTemplate
53 public abstract int asInt(); in asInt() method in HashCode139 public int asInt() { in asInt() method in HashCode.IntHashCode199 public int asInt() { in asInt() method in HashCode.LongHashCode260 public int asInt() { in asInt() method in HashCode.BytesHashCode
385 final int asInt; field in HashCodeTest.ExpectedHashCode388 ExpectedHashCode(byte[] bytes, int asInt, Long asLong, String toString) { in ExpectedHashCode()
81 String asInt = format.format(value); in isLikelyFloat() local
12 int asInt = SkScalarRoundToInt(x); in add_point() local
102 int asInt (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->intVal; } in asInt() function in rsg::ConstStridedValueAccess107 …int asInt (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[nd… in asInt() function in rsg::ConstStridedValueAccess135 int& asInt (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->intVal; } in asInt() function in rsg::StridedValueAccess140 …int& asInt (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx… in asInt() function in rsg::StridedValueAccess
150 Vector<int, Size> asInt (void) const { return cast<int>(); } in asInt() function in tcu::Vector
733 Value::asInt() const in asInt() function in Json::Value
729 Value::asInt() const in asInt() function in Json::Value