HomeSort by relevance Sort by last modified time
    Searched refs:_State (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 200 struct _State
211 explicit _State(_OpcodeT __opcode)
215 _State(const _Matcher& __m)
219 _State(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
224 _State(_StateIdT __next, _StateIdT __alt)
256 : public _Automaton, public std::vector<_State>
259 typedef _State _StateT;
335 // Describes a sequence of one or more %_State, its current start and end(s).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 200 struct _State
211 explicit _State(_OpcodeT __opcode)
215 _State(const _Matcher& __m)
219 _State(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
224 _State(_StateIdT __next, _StateIdT __alt)
256 : public _Automaton, public std::vector<_State>
259 typedef _State _StateT;
335 // Describes a sequence of one or more %_State, its current start and end(s).

Completed in 64 milliseconds