Searched refs:_StateT (Results 26 - 48 of 48) sorted by relevance

12

/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A Dchar_traits.h87 template <class _StateT> class fpos {
89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
90 fpos() : _M_pos(0), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
120 _StateT state() const { return _M_st; }
121 void state(_StateT __st) { _M_st = __st; }
124 _StateT _M_st;
H A D_codecvt.h45 template <class _InternT, class _ExternT, class _StateT>
50 typedef _StateT state_type;
163 template <class _InternT, class _ExternT, class _StateT>
164 locale::id codecvt<_InternT, _ExternT, _StateT>::id;
169 template <class _InternT, class _ExternT, class _StateT>
170 class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> {};
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A Dchar_traits.h87 template <class _StateT> class fpos {
89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
90 fpos() : _M_pos(0), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
120 _StateT state() const { return _M_st; }
121 void state(_StateT __st) { _M_st = __st; }
124 _StateT _M_st;
H A D_codecvt.h45 template <class _InternT, class _ExternT, class _StateT>
50 typedef _StateT state_type;
163 template <class _InternT, class _ExternT, class _StateT>
164 locale::id codecvt<_InternT, _ExternT, _StateT>::id;
169 template <class _InternT, class _ExternT, class _StateT>
170 class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> {};
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A Dchar_traits.h87 template <class _StateT> class fpos {
89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
90 fpos() : _M_pos(0), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
120 _StateT state() const { return _M_st; }
121 void state(_StateT __st) { _M_st = __st; }
124 _StateT _M_st;
H A D_codecvt.h45 template <class _InternT, class _ExternT, class _StateT>
50 typedef _StateT state_type;
163 template <class _InternT, class _ExternT, class _StateT>
164 locale::id codecvt<_InternT, _ExternT, _StateT>::id;
169 template <class _InternT, class _ExternT, class _StateT>
170 class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> {};
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_scanner.h83 enum _StateT enum in struct:__detail::_ScannerBase
182 _StateT _M_state;
H A Dlocalefwd.h131 template<typename _InternT, typename _ExternT, typename _StateT>
137 template<typename _InternT, typename _ExternT, typename _StateT>
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_scanner.h83 enum _StateT enum in struct:__detail::_ScannerBase
182 _StateT _M_state;
H A Dlocalefwd.h131 template<typename _InternT, typename _ExternT, typename _StateT>
137 template<typename _InternT, typename _ExternT, typename _StateT>
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_scanner.h83 enum _StateT enum in struct:__detail::_ScannerBase
182 _StateT _M_state;
H A Dlocalefwd.h131 template<typename _InternT, typename _ExternT, typename _StateT>
137 template<typename _InternT, typename _ExternT, typename _StateT>
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_scanner.h83 enum _StateT enum in struct:__detail::_ScannerBase
182 _StateT _M_state;
H A Dlocalefwd.h131 template<typename _InternT, typename _ExternT, typename _StateT>
137 template<typename _InternT, typename _ExternT, typename _StateT>
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_codecvt.h45 template <class _InternT, class _ExternT, class _StateT>
50 typedef _StateT state_type;
163 template <class _InternT, class _ExternT, class _StateT>
164 locale::id codecvt<_InternT, _ExternT, _StateT>::id;
169 template <class _InternT, class _ExternT, class _StateT>
170 class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> {};
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dlocalefwd.h131 template<typename _InternT, typename _ExternT, typename _StateT>
137 template<typename _InternT, typename _ExternT, typename _StateT>
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 Dlocalefwd.h131 template<typename _InternT, typename _ExternT, typename _StateT>
137 template<typename _InternT, typename _ExternT, typename _StateT>
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 Dlocalefwd.h131 template<typename _InternT, typename _ExternT, typename _StateT>
137 template<typename _InternT, typename _ExternT, typename _StateT>
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 Dlocalefwd.h131 template<typename _InternT, typename _ExternT, typename _StateT>
137 template<typename _InternT, typename _ExternT, typename _StateT>
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 320 milliseconds

12