Home
last modified time | relevance | path

Searched refs:OUTSIDE_BLOCK (Results 1 – 1 of 1) sorted by relevance

/art/tools/checker/file_format/c1visualizer/
Dparser.py23 OUTSIDE_BLOCK, INSIDE_COMPILATION_BLOCK, STARTING_CFG_BLOCK, INSIDE_CFG_BLOCK = range(4) variable in C1ParserState
26 self.current_state = C1ParserState.OUTSIDE_BLOCK
52 state.current_state = C1ParserState.OUTSIDE_BLOCK
83 state.current_state = C1ParserState.OUTSIDE_BLOCK
87 assert state.current_state == C1ParserState.OUTSIDE_BLOCK