Searched refs:PatchSuffix (Results 1 – 2 of 2) sorted by relevance
168 std::string PatchSuffix; member174 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
1612 if (PatchSuffix != RHSPatchSuffix) { in isOlderThan()1616 if (PatchSuffix.empty()) in isOlderThan()1620 return PatchSuffix < RHSPatchSuffix; in isOlderThan()1645 GoodVersion.PatchSuffix = MinorStr.substr(EndNumber); in Parse()1671 GoodVersion.PatchSuffix = PatchText.substr(EndNumber); in Parse()