Searched refs:BlockHeader (Results 1 – 2 of 2) sorted by relevance
46 case State::BlockHeader: in Visit()87 case State::BlockHeader: in Visit()114 state_ = State::BlockHeader; in StartBlock()125 assert(state_ == State::BlockHeader); in EndBlock()
39 enum class State { Outside, BlockHeader, BlockBody }; enumerator