Lines Matching refs:CurrentRecord
112 if (CurrentRecord >= State::StateMax)
117 recordToString(CurrentRecord).data(), recordToString(To).data());
121 if (CurrentRecord == State::EndOfBuffer && To != State::NewBuffer)
124 auto &Mapping = TransitionTable[number(CurrentRecord)];
126 assert(Mapping.From == CurrentRecord &&
132 recordToString(CurrentRecord).data(), recordToString(To).data());
134 CurrentRecord = To;
186 switch (CurrentRecord) {
199 recordToString(CurrentRecord).data());
203 void BlockVerifier::reset() { CurrentRecord = State::Unknown; }