Searched refs:asDouble (Results 1 – 4 of 4) sorted by relevance
490 double asDouble = Double.parseDouble(value); // don't catch this NumberFormatException in nextLong()491 result = (long) asDouble; in nextLong()492 if ((double) result != asDouble) { in nextLong()521 double asDouble = Double.parseDouble(value); // don't catch this NumberFormatException in nextInt()522 result = (int) asDouble; in nextInt()523 if ((double) result != asDouble) { in nextInt()
949 double d = json_value->asDouble(); in AsValue()967 double d = json_value->asDouble(); in AsValue()986 *value = static_cast<float>(json_value->asDouble()); in AsValue()
3168 double Value::asDouble() const { in asDouble() function in Json::Value3234 return (isNumeric() && asDouble() == 0.0) || in isConvertibleTo()4317 document_ += valueToString(value.asDouble()); in writeValue()4387 pushValue(valueToString(value.asDouble())); in writeValue()4604 pushValue(valueToString(value.asDouble())); in writeValue()4885 pushValue(valueToString(value.asDouble(), useSpecialFloats_, precision_)); in writeValue()
729 double asDouble() const;