Home
last modified time | relevance | path

Searched refs:dependenciesSchema (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h742 …schemaDocument->CreateSchema(&properties_[sourceIndex].dependenciesSchema, q.Append(itr->name, all… in allocator_()
1195 else if (source.dependenciesSchema) { in EndObject()
1489 if (properties_[i].dependenciesSchema) in CreateParallelValidator()
1490 …ValidatorIndex] = context.factory.CreateSchemaValidator(*properties_[i].dependenciesSchema, false); in CreateParallelValidator()
1674 …Property() : schema(), dependenciesSchema(), dependenciesValidatorIndex(), dependencies(), require… in Property()
1678 const SchemaType* dependenciesSchema; member