Searched refs:PatchSuffix (Results 1 – 2 of 2) sorted by relevance
172 std::string PatchSuffix; member178 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
1891 if (PatchSuffix != RHSPatchSuffix) { in isOlderThan()1895 if (PatchSuffix.empty()) in isOlderThan()1899 return PatchSuffix < RHSPatchSuffix; in isOlderThan()1924 GoodVersion.PatchSuffix = std::string(MinorStr.substr(EndNumber)); in Parse()1950 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()