Home
last modified time | relevance | path

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

/third_party/jsoncpp/include/json/
Dconfig.h64 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro
66 #define jsoncpp_snprintf std::snprintf macro
/third_party/jsoncpp/src/jsontestrunner/
Dmain.cpp35 jsoncpp_snprintf(buffer, sizeof(buffer), "%.16g", value); in normalizeFloatingPointStr()
107 jsoncpp_snprintf(buffer, sizeof(buffer), "[%u]", index); in printValueTree()
/third_party/jsoncpp/src/lib_json/
Djson_reader.cpp797 jsoncpp_snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column); in getLocationLineAndColumn()
1867 jsoncpp_snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column); in getLocationLineAndColumn()
Djson_writer.cpp136 jsoncpp_snprintf(&*buffer.begin(), buffer.size(), in valueToString()