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