Home
last modified time | relevance | path

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

/external/libchrome/components/json_schema/
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()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp412 bool found_matching_pattern = false; in ReadMachHeader() local
415 found_matching_pattern = true; in ReadMachHeader()
417 if (!found_matching_pattern) in ReadMachHeader()