Home
last modified time | relevance | path

Searched refs:dependenciesSchema (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.h510 …schemaDocument->CreateSchema(&properties_[sourceIndex].dependenciesSchema, q.Append(itr->name, all… in Schema()
849 else if (properties_[sourceIndex].dependenciesSchema) in EndObject()
1072 if (properties_[i].dependenciesSchema) in CreateParallelValidator()
1073 …denciesValidatorIndex] = context.factory.CreateSchemaValidator(*properties_[i].dependenciesSchema); in CreateParallelValidator()
1198 …Property() : schema(), dependenciesSchema(), dependenciesValidatorIndex(), dependencies(), require… in Property()
1202 const SchemaType* dependenciesSchema; member