Searched refs:C1ParserState (Results 1 – 1 of 1) sorted by relevance
22 class C1ParserState: class26 self.current_state = C1ParserState.OUTSIDE_BLOCK39 if state.current_state == C1ParserState.STARTING_CFG_BLOCK:45 state.current_state = C1ParserState.INSIDE_CFG_BLOCK50 elif state.current_state == C1ParserState.INSIDE_CFG_BLOCK:52 state.current_state = C1ParserState.OUTSIDE_BLOCK57 elif state.current_state == C1ParserState.INSIDE_COMPILATION_BLOCK:83 state.current_state = C1ParserState.OUTSIDE_BLOCK87 assert state.current_state == C1ParserState.OUTSIDE_BLOCK93 state.current_state = C1ParserState.STARTING_CFG_BLOCK[all …]