Searched defs:_StateT (Results 1 - 16 of 16) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_automaton.h156 typedef _State<_TraitsT> _StateT; typedef in struct:__detail::_NFA
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 __tm
[all...]
H A Dregex_scanner.h83 enum _StateT enum in struct:__detail::_ScannerBase
182 _StateT _M_state;
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_automaton.h156 typedef _State<_TraitsT> _StateT; typedef in struct:__detail::_NFA
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 __tm
[all...]
H A Dregex_scanner.h83 enum _StateT enum in struct:__detail::_ScannerBase
182 _StateT _M_state;
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_automaton.h156 typedef _State<_TraitsT> _StateT; typedef in struct:__detail::_NFA
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 __tm
[all...]
H A Dregex_scanner.h83 enum _StateT enum in struct:__detail::_ScannerBase
182 _StateT _M_state;
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_automaton.h156 typedef _State<_TraitsT> _StateT; typedef in struct:__detail::_NFA
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 __tm
[all...]
H A Dregex_scanner.h83 enum _StateT enum in struct:__detail::_ScannerBase
182 _StateT _M_state;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex_nfa.h273 typedef _State _StateT; typedef in class:__detail::_Nfa
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));
H A Dregex_compiler.h45 typedef unsigned int _StateT; typedef in struct:__detail::_Scanner_base
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-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex_nfa.h273 typedef _State _StateT; typedef in class:__detail::_Nfa
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));
H A Dregex_compiler.h45 typedef unsigned int _StateT; typedef in struct:__detail::_Scanner_base
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/mingw/include/c++/4.8.3/bits/
H A Dregex_nfa.h273 typedef _State _StateT; typedef in class:__detail::_Nfa
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));
H A Dregex_compiler.h45 typedef unsigned int _StateT; typedef in struct:__detail::_Scanner_base
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/
H A Dregex_nfa.h273 typedef _State _StateT; typedef in class:__detail::_Nfa
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));
H A Dregex_compiler.h45 typedef unsigned int _StateT; typedef in struct:__detail::_Scanner_base
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 336 milliseconds