Home
last modified time | relevance | path

Searched refs:jsoncpp_snprintf (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/jsoncpp/include/json/
A Dconfig.h63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro
65 #define jsoncpp_snprintf std::snprintf macro
/AliOS-Things-master/components/jsoncpp/src/jsontestrunner/
A Dmain.cpp33 jsoncpp_snprintf(buffer, sizeof(buffer), "%.16g", value); in normalizeFloatingPointStr()
105 jsoncpp_snprintf(buffer, sizeof(buffer), "[%u]", index); in printValueTree()
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_reader.cpp788 jsoncpp_snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column); in getLocationLineAndColumn()
1835 jsoncpp_snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column); in getLocationLineAndColumn()
A Djson_writer.cpp141 int len = jsoncpp_snprintf( in valueToString()

Completed in 10 milliseconds