Searched refs:jsoncpp_snprintf (Results 1 – 4 of 4) sorted by relevance
/third_party/jsoncpp/include/json/ |
D | config.h | 64 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 66 #define jsoncpp_snprintf std::snprintf macro
|
/third_party/jsoncpp/src/jsontestrunner/ |
D | main.cpp | 35 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/ |
D | json_reader.cpp | 797 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()
|
D | json_writer.cpp | 136 jsoncpp_snprintf(&*buffer.begin(), buffer.size(), in valueToString()
|