Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dschema.h350 …Schema(SchemaDocumentType* schemaDocument, const PointerType& p, const ValueType& value, const Val… in Schema() argument
411 if (schemaDocument) { in Schema()
412 AssignIfExist(allOf_, *schemaDocument, p, value, GetAllOfString(), document); in Schema()
413 AssignIfExist(anyOf_, *schemaDocument, p, value, GetAnyOfString(), document); in Schema()
414 AssignIfExist(oneOf_, *schemaDocument, p, value, GetOneOfString(), document); in Schema()
418 schemaDocument->CreateSchema(&not_, p.Append(GetNotString(), allocator_), *v, document); in Schema()
466schemaDocument->CreateSchema(&properties_[index].schema, q.Append(itr->name, allocator_), itr->val… in Schema()
478schemaDocument->CreateSchema(&patternProperties_[patternPropertyCount_].schema, q.Append(itr->name… in Schema()
510schemaDocument->CreateSchema(&properties_[sourceIndex].dependenciesSchema, q.Append(itr->name, all… in Schema()
522schemaDocument->CreateSchema(&additionalPropertiesSchema_, p.Append(GetAdditionalPropertiesString(… in Schema()
[all …]