Searched refs:RAPIDJSON_STRING_ (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | schema.h | 881 #define RAPIDJSON_STRING_(name, ...) \ macro 888 RAPIDJSON_STRING_(Null, 'n', 'u', 'l', 'l') 889 RAPIDJSON_STRING_(Boolean, 'b', 'o', 'o', 'l', 'e', 'a', 'n') 890 RAPIDJSON_STRING_(Object, 'o', 'b', 'j', 'e', 'c', 't') 891 RAPIDJSON_STRING_(Array, 'a', 'r', 'r', 'a', 'y') 892 RAPIDJSON_STRING_(String, 's', 't', 'r', 'i', 'n', 'g') 893 RAPIDJSON_STRING_(Number, 'n', 'u', 'm', 'b', 'e', 'r') 894 RAPIDJSON_STRING_(Integer, 'i', 'n', 't', 'e', 'g', 'e', 'r') 895 RAPIDJSON_STRING_(Type, 't', 'y', 'p', 'e') 896 RAPIDJSON_STRING_(Enum, 'e', 'n', 'u', 'm') [all …]
|