Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h536 …Schema(SchemaDocumentType* schemaDocument, const PointerType& p, const ValueType& value, const Val…
538 uri_(schemaDocument->GetURI(), *allocator), in allocator_()
540 spec_(schemaDocument->GetSpecification()), in allocator_()
542 typeless_(schemaDocument->GetTypeless()), in allocator_()
591 SchemaEntry *entry = schemaDocument->schemaMap_.template Push<SchemaEntry>(); in allocator_()
593 schemaDocument->AddSchemaRefs(this); in allocator_()
633 if (schemaDocument) in allocator_()
634 AssignIfExist(allOf_, *schemaDocument, p, value, GetAllOfString(), document); in allocator_()
637 if (schemaDocument && spec_.oapi != kVersion20) { in allocator_()
638 AssignIfExist(anyOf_, *schemaDocument, p, value, GetAnyOfString(), document); in allocator_()
[all …]