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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_nfa.h 202 * @brief struct _State
211 struct _State
222 explicit _State(_OpcodeT __opcode)
226 _State(const _Matcher& __m)
230 _State(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
235 _State(_StateIdT __next, _StateIdT __alt)
270 : public _Automaton, public std::vector<_State>
273 typedef _State _StateT;
349 /// Describes a sequence of one or more %_State, its current start
hashtable_policy.h 383 typedef std::size_t _State;
385 _State
390 _M_reset(_State __state)
    [all...]
hashtable.h 201 using __rehash_state = typename __rehash_type::_State;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_nfa.h 202 * @brief struct _State
211 struct _State
222 explicit _State(_OpcodeT __opcode)
226 _State(const _Matcher& __m)
230 _State(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
235 _State(_StateIdT __next, _StateIdT __alt)
270 : public _Automaton, public std::vector<_State>
273 typedef _State _StateT;
349 /// Describes a sequence of one or more %_State, its current start
hashtable_policy.h 383 typedef std::size_t _State;
385 _State
390 _M_reset(_State __state)
    [all...]
hashtable.h 201 using __rehash_state = typename __rehash_type::_State;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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).
hashtable_policy.h 282 typedef std::pair<std::size_t, std::size_t> _State;
284 _State
289 _M_reset(const _State& __state)
    [all...]
hashtable.h 246 typedef typename _RehashPolicy::_State _RehashPolicyState;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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).
hashtable_policy.h 282 typedef std::pair<std::size_t, std::size_t> _State;
284 _State
289 _M_reset(const _State& __state)
    [all...]
hashtable.h 246 typedef typename _RehashPolicy::_State _RehashPolicyState;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_nfa.h 202 * @brief struct _State
211 struct _State
222 explicit _State(_OpcodeT __opcode)
226 _State(const _Matcher& __m)
230 _State(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
235 _State(_StateIdT __next, _StateIdT __alt)
270 : public _Automaton, public std::vector<_State>
273 typedef _State _StateT;
349 /// Describes a sequence of one or more %_State, its current start
hashtable_policy.h 383 typedef std::size_t _State;
385 _State
390 _M_reset(_State __state)
    [all...]
hashtable.h 201 using __rehash_state = typename __rehash_type::_State;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_executor.h 137 _M_word_boundary(_State<_TraitsT> __state) const;
140 _M_lookahead(_State<_TraitsT> __state);
regex_automaton.h 106 struct _State : _State_base
112 explicit _State(_Opcode __opcode) : _State_base(__opcode) { }
154 : _NFA_base, std::vector<_State<_TraitsT>>
156 typedef _State<_TraitsT> _StateT;
261 /// Describes a sequence of one or more %_State, its current start
hashtable_policy.h 487 typedef std::size_t _State;
489 _State
498 _M_reset(_State __state)
    [all...]
hashtable.h 216 using __rehash_state = typename __rehash_type::_State;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
wchar_s.h 150 _CRTIMP errno_t __cdecl mbsrtowcs_s(size_t *_Retval,wchar_t *_Dst,size_t _SizeInWords,const char **_PSrc,size_t _N,mbstate_t *_State);
151 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_3(errno_t,mbsrtowcs_s,size_t*,_Retval,wchar_t,_Dst,const char**,_PSrc,size_t,_N,mbstate_t,_State)
153 _CRTIMP errno_t __cdecl wcrtomb_s(size_t *_Retval,char *_Dst,size_t _SizeInBytes,wchar_t _Ch,mbstate_t *_State);
154 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_2(errno_t,wcrtomb_s,size_t*,_Retval,char,_Dst,wchar_t,_Ch,mbstate_t,_State)
156 _CRTIMP errno_t __cdecl wcsrtombs_s(size_t *_Retval,char *_Dst,size_t _SizeInBytes,const wchar_t **_Src,size_t _Size,mbstate_t *_State);
157 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_3(errno_t,wcsrtombs_s,size_t,_Retval,char,_Dst,const wchar_t**,_Src,size_t,_Size,mbstate_t,_State)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h     [all...]

Completed in 878 milliseconds