Searched defs:_State (Results 1 – 12 of 12) sorted by relevance
211 struct _State in _GLIBCXX_VISIBILITY() struct213 typedef int _OpcodeT; in _GLIBCXX_VISIBILITY()215 _OpcodeT _M_opcode; // type of outgoing transition in _GLIBCXX_VISIBILITY()216 _StateIdT _M_next; // outgoing transition in _GLIBCXX_VISIBILITY()217 _StateIdT _M_alt; // for _S_opcode_alternative in _GLIBCXX_VISIBILITY()218 unsigned int _M_subexpr; // for _S_opcode_subexpr_* in _GLIBCXX_VISIBILITY()219 _Tagger _M_tagger; // for _S_opcode_subexpr_* in _GLIBCXX_VISIBILITY()220 _Matcher _M_matches; // for _S_opcode_match in _GLIBCXX_VISIBILITY()222 explicit _State(_OpcodeT __opcode) in _GLIBCXX_VISIBILITY() function226 _State(const _Matcher& __m) in _GLIBCXX_VISIBILITY() function[all …]
18 class _State(enum.Enum): class
15 class _State(enum.Enum): class
14 class _State(enum.Enum): class