Searched refs:version_ok (Results 1 – 1 of 1) sorted by relevance
389 bool version_ok = !version_min.IsValid() && !version_max.IsValid(); in Match() local390 if (!version_ok) { in Match()397 version_ok = !too_low && !too_high; in Match()400 if (version_ok) { in Match()