Searched refs:dependenciesSchema (Results 1 – 1 of 1) sorted by relevance
510 …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