Home
last modified time | relevance | path

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

/external/jsoncpp/include/json/
Dconfig.h63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro
65 #define jsoncpp_snprintf std::snprintf macro
/external/jsoncpp/src/jsontestrunner/
Dmain.cpp33 jsoncpp_snprintf(buffer, sizeof(buffer), "%.16g", value); in normalizeFloatingPointStr()
105 jsoncpp_snprintf(buffer, sizeof(buffer), "[%u]", index); in printValueTree()
/external/jsoncpp/src/lib_json/
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()
Djson_writer.cpp141 int len = jsoncpp_snprintf( in valueToString()