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

1 2 3 4

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
enc_filebuf.h 45 typedef typename traits_type::state_type state_type; typedef in class:enc_filebuf
48 enc_filebuf(state_type& __state)
57 __glibcxx_class_requires(state_type, _SGIAssignableConcept)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
enc_filebuf.h 45 typedef typename traits_type::state_type state_type; typedef in class:enc_filebuf
48 enc_filebuf(state_type& __state)
57 __glibcxx_class_requires(state_type, _SGIAssignableConcept)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
enc_filebuf.h 45 typedef typename traits_type::state_type state_type; typedef in class:enc_filebuf
48 enc_filebuf(state_type& __state)
57 __glibcxx_class_requires(state_type, _SGIAssignableConcept)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
enc_filebuf.h 45 typedef typename traits_type::state_type state_type; typedef in class:enc_filebuf
48 enc_filebuf(state_type& __state)
57 __glibcxx_class_requires(state_type, _SGIAssignableConcept)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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)
  /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)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/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)
  /external/stlport/stlport/stl/
_codecvt.h 50 typedef _StateT state_type; typedef in class:codecvt
62 result out(state_type& __state,
76 result unshift(state_type& __state,
84 result in(state_type& __state,
102 int length(state_type& __state,
117 virtual result do_out(state_type&,
126 virtual result do_in (state_type&,
135 virtual result do_unshift(state_type&,
147 virtual int do_length(state_type&,
157 codecvt(const codecvt<intern_type, extern_type, state_type>&)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 50 typedef _StateT state_type; typedef in class:codecvt
62 result out(state_type& __state,
76 result unshift(state_type& __state,
84 result in(state_type& __state,
102 int length(state_type& __state,
117 virtual result do_out(state_type&,
126 virtual result do_in (state_type&,
135 virtual result do_unshift(state_type&,
147 virtual int do_length(state_type&,
157 codecvt(const codecvt<intern_type, extern_type, state_type>&)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
char_traits.h 54 * state_type. By default these are unsigned long, streamoff,
65 typedef std::mbstate_t state_type; typedef in struct:_Char_types
74 * right, but the int_type and state_type typedefs, and the eof()
91 typedef typename _Char_types<_CharT>::state_type state_type; typedef in struct:char_traits
241 typedef mbstate_t state_type; typedef in struct:char_traits
312 typedef mbstate_t state_type; typedef in struct:char_traits
391 typedef mbstate_t state_type; typedef in struct:char_traits
484 typedef mbstate_t state_type; typedef in struct:char_traits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
char_traits.h 52 * state_type. By default these are unsigned long, streamoff,
63 typedef std::mbstate_t state_type; typedef in struct:_Char_types
72 * right, but the int_type and state_type typedefs, and the eof()
89 typedef typename _Char_types<_CharT>::state_type state_type; typedef in struct:char_traits
239 typedef mbstate_t state_type; typedef in struct:char_traits
310 typedef mbstate_t state_type; typedef in struct:char_traits
389 typedef mbstate_t state_type; typedef in struct:char_traits
482 typedef mbstate_t state_type; typedef in struct:char_traits
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
char_traits.h 52 * state_type. By default these are unsigned long, streamoff,
63 typedef std::mbstate_t state_type; typedef in struct:_Char_types
72 * right, but the int_type and state_type typedefs, and the eof()
89 typedef typename _Char_types<_CharT>::state_type state_type; typedef in struct:char_traits
239 typedef mbstate_t state_type; typedef in struct:char_traits
310 typedef mbstate_t state_type; typedef in struct:char_traits
389 typedef mbstate_t state_type; typedef in struct:char_traits
482 typedef mbstate_t state_type; typedef in struct:char_traits
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 59 * state_type. By default these are unsigned long, streamoff,
70 typedef std::mbstate_t state_type; typedef in struct:_Char_types
79 * right, but the int_type and state_type typedefs, and the eof()
96 typedef typename _Char_types<_CharT>::state_type state_type; typedef in struct:char_traits
243 typedef mbstate_t state_type; typedef in struct:char_traits
314 typedef mbstate_t state_type; typedef in struct:char_traits
390 typedef mbstate_t state_type; typedef in struct:char_traits
483 typedef mbstate_t state_type; typedef in struct:char_traits
codecvt.h 75 typedef _StateT state_type; typedef in class:__codecvt_abstract_base
115 out(state_type& __state, const intern_type* __from,
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
195 in(state_type& __state, const extern_type* __from,
213 length(state_type& __state, const extern_type* __from,
236 do_out(state_type& __state, const intern_type* __from,
242 do_unshift(state_type& __state, extern_type* __to,
246 do_in(state_type& __state, const extern_type* __from,
258 do_length(state_type&, const extern_type* __from,
276 typedef _StateT state_type; typedef in class:codecvt
337 typedef mbstate_t state_type; typedef in class:codecvt
395 typedef mbstate_t state_type; typedef in class:codecvt
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 50 typedef _StateT state_type; typedef in class:codecvt
62 result out(state_type& __state,
76 result unshift(state_type& __state,
84 result in(state_type& __state,
102 int length(state_type& __state,
117 virtual result do_out(state_type&,
126 virtual result do_in (state_type&,
135 virtual result do_unshift(state_type&,
147 virtual int do_length(state_type&,
157 codecvt(const codecvt<intern_type, extern_type, state_type>&)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 59 * state_type. By default these are unsigned long, streamoff,
70 typedef std::mbstate_t state_type; typedef in struct:_Char_types
79 * right, but the int_type and state_type typedefs, and the eof()
96 typedef typename _Char_types<_CharT>::state_type state_type; typedef in struct:char_traits
243 typedef mbstate_t state_type; typedef in struct:char_traits
314 typedef mbstate_t state_type; typedef in struct:char_traits
390 typedef mbstate_t state_type; typedef in struct:char_traits
483 typedef mbstate_t state_type; typedef in struct:char_traits
codecvt.h 75 typedef _StateT state_type; typedef in class:__codecvt_abstract_base
115 out(state_type& __state, const intern_type* __from,
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
195 in(state_type& __state, const extern_type* __from,
213 length(state_type& __state, const extern_type* __from,
236 do_out(state_type& __state, const intern_type* __from,
242 do_unshift(state_type& __state, extern_type* __to,
246 do_in(state_type& __state, const extern_type* __from,
258 do_length(state_type&, const extern_type* __from,
276 typedef _StateT state_type; typedef in class:codecvt
337 typedef mbstate_t state_type; typedef in class:codecvt
395 typedef mbstate_t state_type; typedef in class:codecvt
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 50 typedef _StateT state_type; typedef in class:codecvt
62 result out(state_type& __state,
76 result unshift(state_type& __state,
84 result in(state_type& __state,
102 int length(state_type& __state,
117 virtual result do_out(state_type&,
126 virtual result do_in (state_type&,
135 virtual result do_unshift(state_type&,
147 virtual int do_length(state_type&,
157 codecvt(const codecvt<intern_type, extern_type, state_type>&)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 59 * state_type. By default these are unsigned long, streamoff,
70 typedef std::mbstate_t state_type; typedef in struct:_Char_types
79 * right, but the int_type and state_type typedefs, and the eof()
96 typedef typename _Char_types<_CharT>::state_type state_type; typedef in struct:char_traits
243 typedef mbstate_t state_type; typedef in struct:char_traits
314 typedef mbstate_t state_type; typedef in struct:char_traits
390 typedef mbstate_t state_type; typedef in struct:char_traits
483 typedef mbstate_t state_type; typedef in struct:char_traits

Completed in 475 milliseconds

1 2 3 4