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);
2099 if (PatchSuffix != RHSPatchSuffix) { in isOlderThan()2103 if (PatchSuffix.empty()) in isOlderThan()2107 return PatchSuffix < RHSPatchSuffix; in isOlderThan()2153 GoodVersion.PatchSuffix = Segment.substr(EndNumber); in Parse()