Searched refs:RAPIDJSON_STRING_ (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | schema.h | 1281 #define RAPIDJSON_STRING_(name, ...) \ macro 1288 RAPIDJSON_STRING_(Null, 'n', 'u', 'l', 'l') 1289 RAPIDJSON_STRING_(Boolean, 'b', 'o', 'o', 'l', 'e', 'a', 'n') 1290 RAPIDJSON_STRING_(Object, 'o', 'b', 'j', 'e', 'c', 't') 1291 RAPIDJSON_STRING_(Array, 'a', 'r', 'r', 'a', 'y') 1292 RAPIDJSON_STRING_(String, 's', 't', 'r', 'i', 'n', 'g') 1293 RAPIDJSON_STRING_(Number, 'n', 'u', 'm', 'b', 'e', 'r') 1294 RAPIDJSON_STRING_(Integer, 'i', 'n', 't', 'e', 'g', 'e', 'r') 1295 RAPIDJSON_STRING_(Type, 't', 'y', 'p', 'e') 1296 RAPIDJSON_STRING_(Enum, 'e', 'n', 'u', 'm') [all …]
|