Home
last modified time | relevance | path

Searched refs:state_type (Results 1 – 25 of 30) sorted by relevance

12

/external/libcxx/include/
Dcodecvt87 typedef mbstate_t state_type;
96 do_out(state_type& __st,
100 do_in(state_type& __st,
104 do_unshift(state_type& __st,
108 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
122 typedef mbstate_t state_type;
131 do_out(state_type& __st,
135 do_in(state_type& __st,
139 do_unshift(state_type& __st,
143 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end,
[all …]
D__std_stream42 typedef typename traits_type::state_type state_type;
44 __stdinbuf(FILE* __fp, state_type* __st);
55 const codecvt<char_type, char, state_type>* __cv_;
56 state_type* __st_;
69 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st)
82 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
136 state_type __sv_st = *__st_;
230 typedef typename traits_type::state_type state_type;
232 __stdoutbuf(FILE* __fp, state_type* __st);
242 const codecvt<char_type, char, state_type>* __cv_;
[all …]
D__locale831 typedef mbstate_t state_type;
838 result out(state_type& __st,
846 result unshift(state_type& __st,
853 result in(state_type& __st,
873 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const
893 virtual result do_out(state_type& __st,
896 virtual result do_in(state_type& __st,
899 virtual result do_unshift(state_type& __st,
903 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t…
918 typedef mbstate_t state_type;
[all …]
Dfstream192 typedef typename traits_type::state_type state_type;
240 const codecvt<char_type, char, state_type>* __cv_;
241 state_type __st_;
242 state_type __st_last_;
271 if (has_facet<codecvt<char_type, char, state_type> >(this->getloc()))
273 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(this->getloc());
335 __rhs.__st_ = state_type();
336 __rhs.__st_last_ = state_type();
877 state_type __state = __st_last_;
920 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
Diosfwd82 typedef fpos<char_traits<char>::state_type> streampos;
83 typedef fpos<char_traits<wchar_t>::state_type> wstreampos;
Dlocale93 typedef typename Codecvt::state_type state_type;
97 wstring_convert(Codecvt* pcvt, state_type state);
115 state_type state() const;
123 typedef typename Tr::state_type state_type;
126 state_type state = state_type()); // explicit in C++14
134 state_type state() const;
3554 typedef typename _Codecvt::state_type state_type;
3561 state_type __cvtstate_;
3570 wstring_convert(_Codecvt* __pcvt, state_type __state);
3604 state_type state() const {return __cvtstate_;}
[all …]
D__string27 typedef mbstate_t state_type;
79 typedef mbstate_t state_type;
203 typedef mbstate_t state_type;
293 typedef mbstate_t state_type;
399 typedef mbstate_t state_type;
518 typedef mbstate_t state_type;
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_ops.hpp56 typedef unsigned char state_type; typedef
67 state_type state, socket_addr_type* addr,
72 state_type state, socket_addr_type* addr, std::size_t* addrlen,
79 ASIO_DECL int close(socket_type s, state_type& state,
83 state_type& state, bool value, asio::error_code& ec);
86 state_type& state, bool value, asio::error_code& ec);
120 ASIO_DECL size_t sync_recv(socket_type s, state_type state, buf* bufs,
133 ASIO_DECL size_t sync_recvfrom(socket_type s, state_type state,
148 ASIO_DECL size_t sync_recvmsg(socket_type s, state_type state,
161 ASIO_DECL size_t sync_send(socket_type s, state_type state,
[all …]
Dreactive_socket_recv_op.hpp33 socket_ops::state_type state, const MutableBufferSequence& buffers, in reactive_socket_recv_op_base()
59 socket_ops::state_type state_;
72 socket_ops::state_type state, const MutableBufferSequence& buffers, in reactive_socket_recv_op()
Dreactive_socket_accept_op.hpp34 socket_ops::state_type state, Socket& peer, const Protocol& protocol, in reactive_socket_accept_op_base()
71 socket_ops::state_type state_;
85 socket_ops::state_type state, Socket& peer, const Protocol& protocol, in reactive_socket_accept_op()
Dsocket_holder.hpp47 socket_ops::state_type state = 0; in ~socket_holder()
64 socket_ops::state_type state = 0; in reset()
/external/libcxx/src/
Dlocale.cpp1443 codecvt<char, char, mbstate_t>::do_out(state_type&, in do_out() argument
1453 codecvt<char, char, mbstate_t>::do_in(state_type&, in do_in() argument
1463 codecvt<char, char, mbstate_t>::do_unshift(state_type&, in do_unshift() argument
1483 codecvt<char, char, mbstate_t>::do_length(state_type&, in do_length() argument
1521 codecvt<wchar_t, char, mbstate_t>::do_out(state_type& st, in do_out()
1578 codecvt<wchar_t, char, mbstate_t>::do_in(state_type& st, in do_in()
1644 codecvt<wchar_t, char, mbstate_t>::do_unshift(state_type& st, in do_unshift()
1679 codecvt<wchar_t, char, mbstate_t>::do_length(state_type& st, in do_length()
3106 codecvt<char16_t, char, mbstate_t>::do_out(state_type&, in do_out() argument
3123 codecvt<char16_t, char, mbstate_t>::do_in(state_type&, in do_in() argument
[all …]
/external/bison/examples/calc++/
Dcalc++-parser.hh160 typedef int state_type; typedef in yy::calcxx_parser
162 typedef stack<state_type> state_stack_type;
/external/libchrome/base/strings/
Dstring16.h77 typedef mbstate_t state_type; typedef
78 typedef std::fpos<state_type> pos_type;
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dsocket_ops.ipp108 socket_type sync_accept(socket_type s, state_type state,
154 state_type state, socket_addr_type* addr, std::size_t* addrlen,
224 int close(socket_type s, state_type& state,
271 state_type& state, bool value, asio::error_code& ec)
302 state_type& state, bool value, asio::error_code& ec)
576 size_t sync_recv(socket_type s, state_type state, buf* bufs,
678 size_t sync_recvfrom(socket_type s, state_type state, buf* bufs,
764 size_t sync_recvmsg(socket_type s, state_type state,
847 size_t sync_send(socket_type s, state_type state, const buf* bufs,
937 size_t sync_sendto(socket_type s, state_type state, const buf* bufs,
[all …]
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
Dtypes.pass.cpp32 static_assert((std::is_same<myconv::state_type, std::mbstate_t>::value), ""); in main()
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
Dtypes.pass.cpp29 static_assert((std::is_same<std::char_traits<char>::state_type, std::mbstate_t>::value), ""); in main()
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
Dtypes.pass.cpp29 static_assert((std::is_same<std::char_traits<wchar_t>::state_type, std::mbstate_t>::value), ""); in main()
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
Dtypes.pass.cpp31 … static_assert((std::is_same<std::char_traits<char16_t>::state_type, std::mbstate_t>::value), ""); in main()
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
Dtypes.pass.cpp31 … static_assert((std::is_same<std::char_traits<char32_t>::state_type, std::mbstate_t>::value), ""); in main()
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/
Dtypes_char32_t.pass.cpp35 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), ""); in main()
Dtypes_char.pass.cpp35 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), ""); in main()
Dtypes_char16_t.pass.cpp35 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), ""); in main()
Dtypes_wchar_t.pass.cpp35 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), ""); in main()
/external/libcxx/test/support/
Dconstexpr_char_traits.hpp26 typedef std::mbstate_t state_type; typedef

12