Lines Matching refs:AssignIfExist
634 AssignIfExist(allOf_, *schemaDocument, p, value, GetAllOfString(), document); in allocator_()
638 AssignIfExist(anyOf_, *schemaDocument, p, value, GetAnyOfString(), document); in allocator_()
639 AssignIfExist(oneOf_, *schemaDocument, p, value, GetOneOfString(), document); in allocator_()
757 AssignIfExist(minProperties_, value, GetMinPropertiesString()); in allocator_()
758 AssignIfExist(maxProperties_, value, GetMaxPropertiesString()); in allocator_()
773 AssignIfExist(minItems_, value, GetMinItemsString()); in allocator_()
774 AssignIfExist(maxItems_, value, GetMaxItemsString()); in allocator_()
785 AssignIfExist(uniqueItems_, value, GetUniqueItemsString()); in allocator_()
788 AssignIfExist(minLength_, value, GetMinLengthString()); in allocator_()
789 AssignIfExist(maxLength_, value, GetMaxLengthString()); in allocator_()
803 AssignIfExist(exclusiveMinimum_, value, GetExclusiveMinimumString()); in allocator_()
804 AssignIfExist(exclusiveMaximum_, value, GetExclusiveMaximumString()); in allocator_()
819 AssignIfExist(readOnly_, value, GetReadOnlyString()); in allocator_()
821 AssignIfExist(writeOnly_, value, GetWriteOnlyString()); in allocator_()
828 AssignIfExist(nullable_, value, GetNullableString()); in allocator_()
1375 static void AssignIfExist(bool& out, const ValueType& value, const ValueType& name) { in AssignIfExist() function
1381 static void AssignIfExist(SizeType& out, const ValueType& value, const ValueType& name) { in AssignIfExist() function
1387 …void AssignIfExist(SchemaArray& out, SchemaDocumentType& schemaDocument, const PointerType& p, con… in AssignIfExist() function