Searched refs:version_max (Results 1 – 1 of 1) sorted by relevance
324 scoped_ptr<Version> version_max( in Match() local326 bool version_ok = !version_min.get() && !version_max.get(); in Match()331 bool too_high = version_max.get() && in Match()333 module_version->CompareTo(*version_max.get()) >= 0); in Match()