Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/components/json_schema/
H A Djson_schema_validator.cc652 bool found_matching_pattern = false; in ValidateObject() local
656 found_matching_pattern = true; in ValidateObject()
662 if (found_matching_pattern || allow_any_additional_properties || in ValidateObject()