Searched refs:SeqAddend (Results 1 – 1 of 1) sorted by relevance
1953 Optional<int64_t> SeqStepNum, SeqAddend; in isSimpleVIDSequence() local2020 if (!SeqAddend) in isSimpleVIDSequence()2021 SeqAddend = Addend; in isSimpleVIDSequence()2022 else if (Addend != SeqAddend) in isSimpleVIDSequence()2026 assert(SeqAddend && "Must have an addend if we have a step"); in isSimpleVIDSequence()2028 return VIDSequence{*SeqStepNum, *SeqStepDenom, *SeqAddend}; in isSimpleVIDSequence()