HomeSort by relevance Sort by last modified time
    Searched refs:state_type (Results 1 - 25 of 43) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
enc_filebuf.h 47 typedef typename traits_type::state_type state_type; typedef in class:enc_filebuf
50 enc_filebuf(state_type& __state)
59 __glibcxx_class_requires(state_type, _SGIAssignableConcept)
codecvt_specializations.h 97 // typedef STATE_T state_type
98 // requires: state_type shall meet the requirements of
212 typedef encoding_state state_type; typedef in struct:encoding_char_traits
213 typedef typename std::fpos<state_type> pos_type;
238 typedef __gnu_cxx::encoding_state state_type; typedef in class:codecvt
239 typedef state_type::descriptor_type descriptor_type;
246 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
250 codecvt(state_type& __enc, size_t __refs = 0)
251 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
259 do_out(state_type& __state, const intern_type* __from,
    [all...]
pod_char_traits.h 53 typedef S state_type; typedef in struct:character
99 typedef typename char_type::state_type state_type; typedef in struct:char_traits
100 typedef fpos<state_type> pos_type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
enc_filebuf.h 47 typedef typename traits_type::state_type state_type; typedef in class:enc_filebuf
50 enc_filebuf(state_type& __state)
59 __glibcxx_class_requires(state_type, _SGIAssignableConcept)
codecvt_specializations.h 97 // typedef STATE_T state_type
98 // requires: state_type shall meet the requirements of
212 typedef encoding_state state_type; typedef in struct:encoding_char_traits
213 typedef typename std::fpos<state_type> pos_type;
238 typedef __gnu_cxx::encoding_state state_type; typedef in class:codecvt
239 typedef state_type::descriptor_type descriptor_type;
246 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
250 codecvt(state_type& __enc, size_t __refs = 0)
251 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
259 do_out(state_type& __state, const intern_type* __from,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
codecvt.h 76 typedef _StateT state_type; typedef in class:__codecvt_abstract_base
116 out(state_type& __state, const intern_type* __from,
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
196 in(state_type& __state, const extern_type* __from,
214 length(state_type& __state, const extern_type* __from,
237 do_out(state_type& __state, const intern_type* __from,
243 do_unshift(state_type& __state, extern_type* __to,
247 do_in(state_type& __state, const extern_type* __from,
259 do_length(state_type&, const extern_type* __from,
284 typedef _StateT state_type; typedef in class:codecvt
347 typedef mbstate_t state_type; typedef in class:codecvt
405 typedef mbstate_t state_type; typedef in class:codecvt
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
codecvt.h 76 typedef _StateT state_type; typedef in class:__codecvt_abstract_base
116 out(state_type& __state, const intern_type* __from,
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
196 in(state_type& __state, const extern_type* __from,
214 length(state_type& __state, const extern_type* __from,
237 do_out(state_type& __state, const intern_type* __from,
243 do_unshift(state_type& __state, extern_type* __to,
247 do_in(state_type& __state, const extern_type* __from,
259 do_length(state_type&, const extern_type* __from,
284 typedef _StateT state_type; typedef in class:codecvt
347 typedef mbstate_t state_type; typedef in class:codecvt
405 typedef mbstate_t state_type; typedef in class:codecvt
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_holder.hpp 47 socket_ops::state_type state = 0;
64 socket_ops::state_type state = 0;
socket_ops.hpp 56 typedef unsigned char state_type; typedef in namespace:asio::detail::socket_ops
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...]
reactive_socket_accept_op.hpp 34 socket_ops::state_type state, Socket& peer, const Protocol& protocol,
71 socket_ops::state_type state_;
85 socket_ops::state_type state, Socket& peer, const Protocol& protocol,
reactive_socket_recv_op.hpp 33 socket_ops::state_type state, const MutableBufferSequence& buffers,
59 socket_ops::state_type state_;
72 socket_ops::state_type state, const MutableBufferSequence& buffers,
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
types.pass.cpp 20 // typedef typename Codecvt::state_type state_type;
32 static_assert((std::is_same<myconv::state_type, std::mbstate_t>::value), "");
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
types.pass.cpp 18 // typedef mbstate_t state_type;
29 static_assert((std::is_same<std::char_traits<char>::state_type, std::mbstate_t>::value), "");
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
types.pass.cpp 18 // typedef mbstate_t state_type;
31 static_assert((std::is_same<std::char_traits<char16_t>::state_type, std::mbstate_t>::value), "");
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
types.pass.cpp 18 // typedef mbstate_t state_type;
31 static_assert((std::is_same<std::char_traits<char32_t>::state_type, std::mbstate_t>::value), "");
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
types.pass.cpp 18 // typedef mbstate_t state_type;
29 static_assert((std::is_same<std::char_traits<wchar_t>::state_type, std::mbstate_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.convenience/conversions/conversions.string/
types.pass.cpp 20 // typedef typename Codecvt::state_type state_type;
32 static_assert((std::is_same<myconv::state_type, std::mbstate_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
types.pass.cpp 18 // typedef mbstate_t state_type;
29 static_assert((std::is_same<std::char_traits<char>::state_type, std::mbstate_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
types.pass.cpp 18 // typedef mbstate_t state_type;
31 static_assert((std::is_same<std::char_traits<char16_t>::state_type, std::mbstate_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
types.pass.cpp 18 // typedef mbstate_t state_type;
31 static_assert((std::is_same<std::char_traits<char32_t>::state_type, std::mbstate_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
types.pass.cpp 18 // typedef mbstate_t state_type;
29 static_assert((std::is_same<std::char_traits<wchar_t>::state_type, std::mbstate_t>::value), "");
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/
types_char.pass.cpp 20 // typedef mbstate_t state_type;
35 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), "");
types_char16_t.pass.cpp 20 // typedef mbstate_t state_type;
35 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), "");
types_char32_t.pass.cpp 20 // typedef mbstate_t state_type;
35 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), "");
types_wchar_t.pass.cpp 20 // typedef mbstate_t state_type;
35 static_assert((std::is_same<F::state_type, std::mbstate_t>::value), "");

Completed in 346 milliseconds

1 2