Searched refs:aTypeObject (Results 1 – 1 of 1) sorted by relevance
79 TypeObject aTypeObject = getTypeObject(obj); in getType() local80 return aTypeObject.iType; in getType()101 TypeObject aTypeObject = getTypeObject(aValue); in toByte() local102 switch (aTypeObject.iType) in toByte()105 retValue = getByte(aTypeObject); in toByte()108 retValue = (byte) getChar(aTypeObject); in toByte()111 retValue = (byte) getShort(aTypeObject); in toByte()114 retValue = (byte) getInt(aTypeObject); in toByte()117 retValue = (byte) getLong(aTypeObject); in toByte()120 retValue = (byte) getFloat(aTypeObject); in toByte()[all …]