Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DJSONSchema.h71 std::shared_ptr<Validator> makeSchemaValidator();
H A DJSONSchema.cpp1026 std::shared_ptr<Validator> makeSchemaValidator() { in makeSchemaValidator() function
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/test/
H A DJSONSchemaTest.cpp28 auto schemavalidator = makeSchemaValidator(); in check()
402 auto val = makeSchemaValidator(); in TEST()