reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/XRay/BlockVerifier.cpp
  110   if (CurrentRecord >= State::StateMax)
  115         recordToString(CurrentRecord).data(), recordToString(To).data());
  119   if (CurrentRecord == State::EndOfBuffer && To != State::NewBuffer)
  122   auto &Mapping = TransitionTable[number(CurrentRecord)];
  124   assert(Mapping.From == CurrentRecord &&
  130         recordToString(CurrentRecord).data(), recordToString(To).data());
  132   CurrentRecord = To;
  184   switch (CurrentRecord) {
  197         recordToString(CurrentRecord).data());
  201 void BlockVerifier::reset() { CurrentRecord = State::Unknown; }