Searched refs:SeqAddend (Results 1 – 1 of 1) sorted by relevance
3377 std::optional<int64_t> SeqStepNum, SeqAddend; in isSimpleVIDSequence() local3457 if (!SeqAddend) in isSimpleVIDSequence()3458 SeqAddend = Addend; in isSimpleVIDSequence()3459 else if (Addend != SeqAddend) in isSimpleVIDSequence()3463 assert(SeqAddend && "Must have an addend if we have a step"); in isSimpleVIDSequence()3465 return VIDSequence{*SeqStepNum, *SeqStepDenom, *SeqAddend}; in isSimpleVIDSequence()