HomeSort by relevance Sort by last modified time
    Searched defs:_StateT (Results 1 - 18 of 18) sorted by null

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_automaton.h 156 typedef _State<_TraitsT> _StateT;
168 auto __ret = _M_insert_state(_StateT(_S_opcode_accept));
175 _StateT __tmp(_S_opcode_alternative);
188 _StateT __tmp(_S_opcode_match);
198 _StateT __tmp(_S_opcode_subexpr_begin);
206 _StateT __tmp(_S_opcode_subexpr_end);
217 { return _M_insert_state(_StateT(_S_opcode_line_begin_assertion)); }
221 { return _M_insert_state(_StateT(_S_opcode_line_end_assertion)); }
226 _StateT __tmp(_S_opcode_word_boundary);
234 _StateT __tmp(_S_opcode_subexpr_lookahead)
    [all...]
regex_scanner.h 83 enum _StateT
182 _StateT _M_state;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex_nfa.h 259 typedef _State _StateT;
290 this->push_back(_StateT(_S_opcode_accept));
298 this->push_back(_StateT(__next, __alt));
305 this->push_back(_StateT(__m));
312 this->push_back(_StateT(_S_opcode_subexpr_begin, _M_subexpr_count++, __t));
319 this->push_back(_StateT(_S_opcode_subexpr_end, __i, __t));
regex_compiler.h 39 typedef unsigned int _StateT;
41 static constexpr _StateT _S_state_at_start = 1 << 0;
42 static constexpr _StateT _S_state_in_brace = 1 << 2;
43 static constexpr _StateT _S_state_in_bracket = 1 << 3;
151 _StateT _M_state;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_nfa.h 273 typedef _State _StateT;
303 this->push_back(_StateT(_S_opcode_accept));
311 this->push_back(_StateT(__next, __alt));
318 this->push_back(_StateT(__m));
325 this->push_back(_StateT(_S_opcode_subexpr_begin, _M_subexpr_count++,
333 this->push_back(_StateT(_S_opcode_subexpr_end, __i, __t));
regex_compiler.h 45 typedef unsigned int _StateT;
47 static constexpr _StateT _S_state_at_start = 1 << 0;
48 static constexpr _StateT _S_state_in_brace = 1 << 2;
49 static constexpr _StateT _S_state_in_bracket = 1 << 3;
155 _StateT _M_state;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_nfa.h 273 typedef _State _StateT;
303 this->push_back(_StateT(_S_opcode_accept));
311 this->push_back(_StateT(__next, __alt));
318 this->push_back(_StateT(__m));
325 this->push_back(_StateT(_S_opcode_subexpr_begin, _M_subexpr_count++,
333 this->push_back(_StateT(_S_opcode_subexpr_end, __i, __t));
regex_compiler.h 45 typedef unsigned int _StateT;
47 static constexpr _StateT _S_state_at_start = 1 << 0;
48 static constexpr _StateT _S_state_in_brace = 1 << 2;
49 static constexpr _StateT _S_state_in_bracket = 1 << 3;
155 _StateT _M_state;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h 259 typedef _State _StateT;
290 this->push_back(_StateT(_S_opcode_accept));
298 this->push_back(_StateT(__next, __alt));
305 this->push_back(_StateT(__m));
312 this->push_back(_StateT(_S_opcode_subexpr_begin, _M_subexpr_count++, __t));
319 this->push_back(_StateT(_S_opcode_subexpr_end, __i, __t));
regex_compiler.h 39 typedef unsigned int _StateT;
41 static constexpr _StateT _S_state_at_start = 1 << 0;
42 static constexpr _StateT _S_state_in_brace = 1 << 2;
43 static constexpr _StateT _S_state_in_bracket = 1 << 3;
151 _StateT _M_state;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h 259 typedef _State _StateT;
290 this->push_back(_StateT(_S_opcode_accept));
298 this->push_back(_StateT(__next, __alt));
305 this->push_back(_StateT(__m));
312 this->push_back(_StateT(_S_opcode_subexpr_begin, _M_subexpr_count++, __t));
319 this->push_back(_StateT(_S_opcode_subexpr_end, __i, __t));
regex_compiler.h 39 typedef unsigned int _StateT;
41 static constexpr _StateT _S_state_at_start = 1 << 0;
42 static constexpr _StateT _S_state_in_brace = 1 << 2;
43 static constexpr _StateT _S_state_in_bracket = 1 << 3;
151 _StateT _M_state;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h 259 typedef _State _StateT;
290 this->push_back(_StateT(_S_opcode_accept));
298 this->push_back(_StateT(__next, __alt));
305 this->push_back(_StateT(__m));
312 this->push_back(_StateT(_S_opcode_subexpr_begin, _M_subexpr_count++, __t));
319 this->push_back(_StateT(_S_opcode_subexpr_end, __i, __t));
regex_compiler.h 39 typedef unsigned int _StateT;
41 static constexpr _StateT _S_state_at_start = 1 << 0;
42 static constexpr _StateT _S_state_in_brace = 1 << 2;
43 static constexpr _StateT _S_state_in_bracket = 1 << 3;
151 _StateT _M_state;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h 259 typedef _State _StateT;
290 this->push_back(_StateT(_S_opcode_accept));
298 this->push_back(_StateT(__next, __alt));
305 this->push_back(_StateT(__m));
312 this->push_back(_StateT(_S_opcode_subexpr_begin, _M_subexpr_count++, __t));
319 this->push_back(_StateT(_S_opcode_subexpr_end, __i, __t));
regex_compiler.h 39 typedef unsigned int _StateT;
41 static constexpr _StateT _S_state_at_start = 1 << 0;
42 static constexpr _StateT _S_state_in_brace = 1 << 2;
43 static constexpr _StateT _S_state_in_bracket = 1 << 3;
151 _StateT _M_state;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_nfa.h 273 typedef _State _StateT;
303 this->push_back(_StateT(_S_opcode_accept));
311 this->push_back(_StateT(__next, __alt));
318 this->push_back(_StateT(__m));
325 this->push_back(_StateT(_S_opcode_subexpr_begin, _M_subexpr_count++,
333 this->push_back(_StateT(_S_opcode_subexpr_end, __i, __t));
regex_compiler.h 45 typedef unsigned int _StateT;
47 static constexpr _StateT _S_state_at_start = 1 << 0;
48 static constexpr _StateT _S_state_in_brace = 1 << 2;
49 static constexpr _StateT _S_state_in_bracket = 1 << 3;
155 _StateT _M_state;

Completed in 539 milliseconds