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);
1806 if (PatchSuffix != RHSPatchSuffix) { in isOlderThan()1810 if (PatchSuffix.empty()) in isOlderThan()1814 return PatchSuffix < RHSPatchSuffix; in isOlderThan()1839 GoodVersion.PatchSuffix = std::string(MinorStr.substr(EndNumber)); in Parse()1865 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()