Home
last modified time | relevance | path

Searched defs:SchemaArray (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 Dschema.h944 struct SchemaArray { struct
945 SchemaArray() : schemas(), count() {} in SchemaArray() argument
946 ~SchemaArray() { AllocatorType::Free(schemas); } in ~SchemaArray() argument
947 const SchemaType** schemas;
948 SizeType begin; // begin index of context.validators
949 SizeType count;