Searched refs:found_match (Results 1 – 5 of 5) sorted by relevance
446 bool found_match = false; in CheckCSRC() local449 found_match = true; in CheckCSRC()453 if (!found_match && csrc) { in CheckCSRC()463 bool found_match = false; in CheckCSRC() local466 found_match = true; in CheckCSRC()470 if (!found_match && csrc) { in CheckCSRC()
204 found_match = False208 found_match = True211 if not found_match:
319 found_match = re.match(regex, result)320 if found_match is None:322 parsed_result = found_match.groupdict()
272 bool found_match = false; // stays false iff no dir matches restrict in ShowUsageWithFlagsMatching() local280 found_match = true; // this flag passed the match! in ShowUsageWithFlagsMatching()294 if (!found_match && !substrings.empty()) { in ShowUsageWithFlagsMatching()
242 string(REGEX MATCH "^PREFIX=" found_match "${line}")243 if(found_match)245 string(REGEX MATCH "__USER_LABEL_PREFIX__" found_match "${prefix}")246 if(found_match)