Lines Matching refs:schemaDocument
536 …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_()
639 AssignIfExist(oneOf_, *schemaDocument, p, value, GetOneOfString(), document); in allocator_()
642 … schemaDocument->CreateSchema(¬_, p.Append(GetNotString(), allocator_), *v, document, id_); in allocator_()
693 …schemaDocument->CreateSchema(&properties_[index].schema, q.Append(itr->name, allocator_), itr->val… in allocator_()
707 … patternProperties_[patternPropertyCount_].pattern = CreatePattern(itr->name, schemaDocument, r); in allocator_()
708 …schemaDocument->CreateSchema(&patternProperties_[patternPropertyCount_].schema, r, itr->value, doc… in allocator_()
742 …schemaDocument->CreateSchema(&properties_[sourceIndex].dependenciesSchema, q.Append(itr->name, all… in allocator_()
754 …schemaDocument->CreateSchema(&additionalPropertiesSchema_, p.Append(GetAdditionalPropertiesString(… in allocator_()
764 schemaDocument->CreateSchema(&itemsList_, q, *v, document, id_); in allocator_()
769 …schemaDocument->CreateSchema(&itemsTuple_[itemsTupleCount_++], q.Append(index, allocator_), *itr, … in allocator_()
782 …schemaDocument->CreateSchema(&additionalItemsSchema_, p.Append(GetAdditionalItemsString(), allocat… in allocator_()
792 pattern_ = CreatePattern(*v, schemaDocument, p.Append(GetPatternString(), allocator_)); in allocator_()
823 schemaDocument->SchemaError(kSchemaErrorReadOnlyAndWriteOnly, p); in allocator_()
1387 …void AssignIfExist(SchemaArray& out, SchemaDocumentType& schemaDocument, const PointerType& p, con… in AssignIfExist() argument
1395 … schemaDocument.CreateSchema(&out.schemas[i], q.Append(i, allocator_), (*v)[i], document, id_); in AssignIfExist()
2459 const SchemaDocumentType& schemaDocument,
2464 schemaDocument_(&schemaDocument),
2465 root_(schemaDocument.GetRoot()),
2489 const SchemaDocumentType& schemaDocument,
2495 schemaDocument_(&schemaDocument),
2496 root_(schemaDocument.GetRoot()),
2944 const SchemaDocumentType& schemaDocument,
2952 schemaDocument_(&schemaDocument),