Searched refs:PatchSuffix (Results 1 – 2 of 2) sorted by relevance
174 std::string PatchSuffix; member180 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
1978 if (PatchSuffix != RHSPatchSuffix) { in isOlderThan()1982 if (PatchSuffix.empty()) in isOlderThan()1986 return PatchSuffix < RHSPatchSuffix; in isOlderThan()2032 GoodVersion.PatchSuffix = Segment.substr(EndNumber); in Parse()