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