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

1 2 3 4

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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)
  /external/chromium/base/
string16.h 70 typedef mbstate_t state_type; typedef in struct:base::string16_char_traits
71 typedef std::fpos<state_type> pos_type;
  /external/chromium/googleurl/base/
string16.h 83 typedef mbstate_t state_type; typedef in struct:base::string16_char_traits
84 typedef std::fpos<state_type> pos_type;
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_gtk.cc 32 AtkStateType state_type = static_cast<AtkStateType>(i); local
33 if (atk_state_set_contains_state(state_set, state_type))
34 states->AppendString(atk_state_type_get_name(state_type));
  /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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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

Completed in 808 milliseconds

1 2 3 4