Searched refs:PRIMITIVE_DOUBLE (Results 1 – 5 of 5) sorted by relevance
117 if (super.getType() != PRIMITIVE_DOUBLE) { in getValueDouble()167 case PRIMITIVE_DOUBLE: in stringifyValue()217 case PRIMITIVE_DOUBLE: in dump()
71 public static final byte PRIMITIVE_DOUBLE = 'D'; field in ElementValue84 case PRIMITIVE_DOUBLE: in readElementValue()
148 case PRIMITIVE_DOUBLE: in SimpleElementValueGen()217 case PRIMITIVE_DOUBLE: in stringifyValue()260 case PRIMITIVE_DOUBLE: in dump()
85 public static final int PRIMITIVE_DOUBLE = 'D'; field in ElementValueGen108 return new SimpleElementValueGen(PRIMITIVE_DOUBLE, dis in readElementValue()
79 ElementValueGen.PRIMITIVE_DOUBLE, cp, 333.44); in testCreateDoubleElementValue()