Home
last modified time | relevance | path

Searched defs:SchemaArray (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h1353 struct SchemaArray { struct
1354 SchemaArray() : schemas(), count() {} in SchemaArray() argument
1355 ~SchemaArray() { AllocatorType::Free(schemas); } in ~SchemaArray() argument
1356 const SchemaType** schemas;
1357 SizeType begin; // begin index of context.validators
1358 SizeType count;