Searched refs:jsoncpp_snprintf (Results 1 – 4 of 4) sorted by relevance
/external/jsoncpp/include/json/ |
D | config.h | 63 #define jsoncpp_snprintf msvc_pre1900_c99_snprintf macro 65 #define jsoncpp_snprintf std::snprintf macro
|
/external/jsoncpp/src/jsontestrunner/ |
D | main.cpp | 33 jsoncpp_snprintf(buffer, sizeof(buffer), "%.16g", value); in normalizeFloatingPointStr() 105 jsoncpp_snprintf(buffer, sizeof(buffer), "[%u]", index); in printValueTree()
|
/external/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 788 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()
|
D | json_writer.cpp | 141 int len = jsoncpp_snprintf( in valueToString()
|