/external/libcxx/include/ |
D | codecvt | 87 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_stream | 42 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 | __locale | 827 typedef mbstate_t state_type; 834 result out(state_type& __st, 842 result unshift(state_type& __st, 849 result in(state_type& __st, 869 …int length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t __mx) const 889 virtual result do_out(state_type& __st, 892 virtual result do_in(state_type& __st, 895 virtual result do_unshift(state_type& __st, 899 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t… 914 typedef mbstate_t state_type; [all …]
|
D | fstream | 192 typedef typename traits_type::state_type state_type; 237 const codecvt<char_type, char, state_type>* __cv_; 238 state_type __st_; 239 state_type __st_last_; 268 if (has_facet<codecvt<char_type, char, state_type> >(this->getloc())) 270 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(this->getloc()); 332 __rhs.__st_ = state_type(); 333 __rhs.__st_last_ = state_type(); 876 state_type __state = __st_last_; 919 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
|
D | iosfwd | 82 typedef fpos<char_traits<char>::state_type> streampos; 83 typedef fpos<char_traits<wchar_t>::state_type> wstreampos;
|
D | locale | 93 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; 3763 typedef typename _Codecvt::state_type state_type; 3770 state_type __cvtstate_; 3777 wstring_convert(_Codecvt* __pcvt, state_type __state); 3810 state_type state() const {return __cvtstate_;} [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | socket_ops.hpp | 56 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 …]
|
D | reactive_socket_recv_op.hpp | 33 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()
|
D | reactive_socket_accept_op.hpp | 34 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()
|
D | socket_holder.hpp | 47 socket_ops::state_type state = 0; in ~socket_holder() 64 socket_ops::state_type state = 0; in reset()
|
/external/libcxx/src/ |
D | locale.cpp | 1465 codecvt<char, char, mbstate_t>::do_out(state_type&, in do_out() argument 1475 codecvt<char, char, mbstate_t>::do_in(state_type&, in do_in() argument 1485 codecvt<char, char, mbstate_t>::do_unshift(state_type&, in do_unshift() argument 1505 codecvt<char, char, mbstate_t>::do_length(state_type&, in do_length() argument 1545 codecvt<wchar_t, char, mbstate_t>::do_out(state_type& st, in do_out() 1614 codecvt<wchar_t, char, mbstate_t>::do_in(state_type& st, in do_in() 1692 codecvt<wchar_t, char, mbstate_t>::do_unshift(state_type& st, in do_unshift() 1741 codecvt<wchar_t, char, mbstate_t>::do_length(state_type& st, in do_length() 3176 codecvt<char16_t, char, mbstate_t>::do_out(state_type&, in do_out() argument 3193 codecvt<char16_t, char, mbstate_t>::do_in(state_type&, in do_in() argument [all …]
|
/external/bison/examples/calc++/ |
D | calc++-parser.hh | 160 typedef int state_type; typedef in yy::calcxx_parser 162 typedef stack<state_type> state_stack_type;
|
/external/libchrome/base/strings/ |
D | string16.h | 73 typedef mbstate_t state_type; typedef 74 typedef std::fpos<state_type> pos_type;
|
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/ |
D | types.pass.cpp | 32 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/ |
D | types.pass.cpp | 29 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/ |
D | types.pass.cpp | 29 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/ |
D | types.pass.cpp | 31 … 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/ |
D | types.pass.cpp | 31 … static_assert((std::is_same<std::char_traits<char32_t>::state_type, std::mbstate_t>::value), ""); in main()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | socket_ops.ipp | 108 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/locale.categories/category.ctype/locale.codecvt/ |
D | types_char32_t.pass.cpp | 36 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), ""); in main()
|
D | types_wchar_t.pass.cpp | 35 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), ""); in main()
|
D | types_char16_t.pass.cpp | 36 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), ""); in main()
|
D | types_char.pass.cpp | 35 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), ""); in main()
|
/external/libcxx/test/support/ |
D | constexpr_char_traits.hpp | 25 typedef std::mbstate_t state_type; typedef
|
/external/bison/data/ |
D | lalr1.cc | 139 typedef int state_type; 141 typedef stack<state_type> state_stack_type;
|