Searched refs:PatchSuffix (Results 1 – 2 of 2) sorted by relevance
173 std::string PatchSuffix; member179 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
2102 if (PatchSuffix != RHSPatchSuffix) { in isOlderThan()2106 if (PatchSuffix.empty()) in isOlderThan()2110 return PatchSuffix < RHSPatchSuffix; in isOlderThan()2156 GoodVersion.PatchSuffix = Segment.substr(EndNumber); in Parse()