Searched refs:state_type (Results 1 - 25 of 82) sorted by relevance

1234

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/
H A D1.cc32 typedef std::mbstate_t state_type; typedef
33 state_type state01 = state_type();
34 state_type state02 = state_type();
40 // void state(state_type s);
41 // state_type state();
50 test = std::memcmp(&state01, &state02, sizeof(state_type)) == 0;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/conversions/buffer/requirements/
H A Dtypedefs.cc32 typedef test_type::state_type state_type; typedef
34 static_assert( std::is_same<cvt_type::state_type, state_type>::value,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/requirements/
H A Dtypedefs.cc31 typedef test_type::state_type state_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt_byname/requirements/
H A Dtypedefs.cc31 typedef test_type::state_type state_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Denc_filebuf.h47 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)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/
H A Dtypedefs.cc34 typedef test_type::state_type state_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/
H A Dtypedefs.cc33 typedef test_type::state_type state_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char32_t/
H A Dtypedefs.cc33 typedef test_type::state_type state_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/
H A Dtypedefs.cc32 typedef test_type::state_type state_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/
H A Dtypedefs.cc34 typedef test_type::state_type state_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/codecvt/
H A D1.cc37 typedef __gnu_cxx::encoding_state state_type; typedef
38 typedef codecvt<int_type, ext_type, state_type> unicode_codecvt;
50 unicode_codecvt::state_type state04("UCS-2BE", "ISO-8859-15", 0xfeff, 0);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/
H A D13189.cc28 typedef filebuf_type::state_type state_type; typedef
29 typedef codecvt<char_type, char, state_type> enc_codecvt;
35 state_type st;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/enc_filebuf/char/
H A D13189.cc28 typedef filebuf_type::state_type state_type; typedef
29 typedef codecvt<char_type, char, state_type> enc_codecvt;
35 state_type st;
H A D13598.cc35 typedef filebuf_type::state_type state_type; typedef
40 state_type st("ISO-8859-1", "ISO-8859-1");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/
H A D11543.cc31 typedef MyState state_type; typedef in struct:MyCharTraits
43 typedef MyState state_type; typedef in class:std::codecvt
48 result out(state_type& state, const intern_type* from,
55 result unshift(state_type& state, extern_type* to, extern_type* to_limit,
59 result in(state_type& state, const extern_type* from,
72 int length(state_type& state, const extern_type* from,
84 virtual result do_out(state_type&, const intern_type*,
89 virtual result do_in(state_type&, const extern_type*, const extern_type*,
94 virtual result do_unshift(state_type&, extern_type*, extern_type*,
104 virtual int do_length(state_type
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dcodecvt.h76 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,
282 typedef _StateT state_type; typedef in class:codecvt
347 typedef mbstate_t state_type; typedef in class:codecvt
410 typedef mbstate_t state_type; typedef in class:codecvt
475 typedef mbstate_t state_type; typedef in class:codecvt
532 typedef mbstate_t state_type; typedef in class:codecvt
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt_byname/
H A D50714.cc33 do_out(state_type&, const intern_type*, const intern_type*,
41 do_in(state_type&, const extern_type*, const extern_type*,
49 do_unshift(state_type&, extern_type*, extern_type*,
66 do_length(state_type&, const extern_type*, const extern_type*,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D11543.cc33 typedef MyState state_type; typedef in struct:MyCharTraits
45 typedef MyState state_type; typedef in class:std::codecvt
50 result out(state_type& state, const intern_type* from,
57 result unshift(state_type& state, extern_type* to, extern_type* to_limit,
61 result in(state_type& state, const extern_type* from,
74 int length(state_type& state, const extern_type* from,
86 virtual result do_out(state_type&, const intern_type* from,
96 virtual result do_in(state_type&, const extern_type* from,
106 virtual result do_unshift(state_type&, extern_type*, extern_type*,
116 virtual int do_length(state_type
[all...]
/haiku-buildtools/gcc/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc44 do_out(state_type& __state, const intern_type* __from,
52 state_type __tmp_state(__state);
109 do_in(state_type& __state, const extern_type* __from,
117 state_type __tmp_state(__state);
182 do_length(state_type& __state, const extern_type* __from,
186 state_type __tmp_state(__state);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/length/char/
H A D2.cc32 // DR75: type of first argument of do_length is state_type&
33 virtual int do_length(state_type& state, const extern_type* from,
56 c_codecvt::state_type state;
H A D1.cc38 c_codecvt::state_type state;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/
H A D2.cc32 // w_codecvt::state_type state00;
35 // w_codecvt::state_type state01 = {0, 0};
70 w_codecvt::state_type state01;
75 w_codecvt::state_type state02;
80 w_codecvt::state_type state03;
H A D3.cc32 // w_codecvt::state_type state00;
35 // w_codecvt::state_type state01 = {0, 0};
70 w_codecvt::state_type state01;
75 w_codecvt::state_type state02;
80 w_codecvt::state_type state03;
H A D7.cc32 // w_codecvt::state_type state00;
35 // w_codecvt::state_type state01 = {0, 0};
60 w_codecvt::state_type state01;
65 w_codecvt::state_type state02;
70 w_codecvt::state_type state03;
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dcodecvt.cc56 do_out(state_type&, const intern_type* __from,
71 do_unshift(state_type&, extern_type* __to,
80 do_in(state_type&, const extern_type* __from,
104 do_length (state_type&, const extern_type* __from,
136 do_unshift(state_type&, extern_type* __to,

Completed in 211 milliseconds

1234