Home
last modified time | relevance | path

Searched refs:PrecisionType (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_writer.cpp128 unsigned int precision, PrecisionType precisionType) { in valueToString()
143 (precisionType == PrecisionType::significantDigits) ? "%.*g" : "%.*f", in valueToString()
164 if (precisionType == PrecisionType::decimalPlaces) { in valueToString()
174 PrecisionType precisionType) { in valueToString()
884 PrecisionType precisionType);
915 PrecisionType precisionType_;
920 bool emitUTF8, unsigned int precision, PrecisionType precisionType) in BuiltStyledStreamWriter()
1180 PrecisionType precisionType(significantDigits); in newStreamWriter()
1182 precisionType = PrecisionType::significantDigits; in newStreamWriter()
1184 precisionType = PrecisionType::decimalPlaces; in newStreamWriter()
/AliOS-Things-master/components/jsoncpp/include/json/
A Dwriter.h351 PrecisionType precisionType = PrecisionType::significantDigits);
A Dvalue.h128 enum PrecisionType { enum

Completed in 11 milliseconds