Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DJSONSchema.h58 virtual exception_wrapper try_validate(
H A DJSONSchemaTester.cpp48 auto ew = v->try_validate(t["data"]); in main()
H A DJSONSchema.cpp115 exception_wrapper try_validate(const dynamic& value) const noexcept override;
828 exception_wrapper SchemaValidator::try_validate( in try_validate() function in folly::jsonschema::__anonf1b09e090111::SchemaValidator
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/test/
H A DJSONSchemaTest.cpp29 auto ew = schemavalidator->try_validate(schema); in check()
36 auto ew = validator->try_validate(value); in check()
37 if (validator->try_validate(value)) { in check()