Searched refs:version_ok (Results 1 – 1 of 1) sorted by relevance
388 bool version_ok = !version_min.IsValid() && !version_max.IsValid(); in Match() local389 if (!version_ok) { in Match()396 version_ok = !too_low && !too_high; in Match()399 if (version_ok) { in Match()