Searched refs:isDouble (Results 1 – 3 of 3) sorted by relevance
142 bool isDouble() const;
739 bool isDouble() const;
3711 bool Value::isDouble() const { return type_ == realValue || isIntegral(); } in isDouble() function in Json::Value3713 bool Value::isNumeric() const { return isIntegral() || isDouble(); } in isNumeric()