Searched refs:found_match (Results 1 – 8 of 8) sorted by relevance
66 bool found_match = false; in EncodableValuesAreEqual() local71 found_match = true; in EncodableValuesAreEqual()76 if (!found_match) { in EncodableValuesAreEqual()
56 bool found_match = false; in Parse() local64 found_match = true; in Parse()71 if (!found_match) { in Parse()
269 bool found_match = false; in RemoveMatchesFromList() local272 found_match = true; in RemoveMatchesFromList()278 if (!found_match) { in RemoveMatchesFromList()
252 string(REGEX MATCH "^PREFIX=" found_match "${line}")253 if(found_match)255 string(REGEX MATCH "__USER_LABEL_PREFIX__" found_match "${prefix}")256 if(found_match)
257 - string(REGEX MATCH "^PREFIX=" found_match "${line}")258 - if(found_match)260 - string(REGEX MATCH "__USER_LABEL_PREFIX__" found_match "${prefix}")261 - if(found_match)
2738 bool found_match = false; in assign_final_varying_locations() local2745 found_match = false; in assign_final_varying_locations()2752 found_match = true; in assign_final_varying_locations()2756 if (!found_match) { in assign_final_varying_locations()
684 bool found_match = false;732 if (!found_match || ShouldPickFirstSymbol(symbol, best_match)) {733 found_match = true;741 if (found_match) {