Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DJSONSchema.cpp579 struct AllOfValidator final : IValidator { struct
580 AllOfValidator(SchemaValidatorContext& context, const dynamic& schema) { in AllOfValidator() function
806 validators_.emplace_back(std::make_unique<AllOfValidator>(context, *p)); in loadSchema()