HomeSort by relevance Sort by last modified time
    Searched defs:extern_type (Results 26 - 36 of 36) sorted by null

12

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 233 typedef _ExternT extern_type; typedef in class:codecvt
242 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
247 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
257 extern_type* __to, extern_type* __to_end,
258 extern_type*& __to_next) const;
261 do_unshift(state_type& __state, extern_type* __to,
262 extern_type* __to_end, extern_type*& __to_next) const;
265 do_in(state_type& __state, const extern_type* __from,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
codecvt_specializations.h 233 typedef _ExternT extern_type; typedef in class:codecvt
242 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
247 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
257 extern_type* __to, extern_type* __to_end,
258 extern_type*& __to_next) const;
261 do_unshift(state_type& __state, extern_type* __to,
262 extern_type* __to_end, extern_type*& __to_next) const;
265 do_in(state_type& __state, const extern_type* __from,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 239 typedef _ExternT extern_type; typedef in class:codecvt
248 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
253 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
263 extern_type* __to, extern_type* __to_end,
264 extern_type*& __to_next) const;
267 do_unshift(state_type& __state, extern_type* __to,
268 extern_type* __to_end, extern_type*& __to_next) const;
271 do_in(state_type& __state, const extern_type* __from,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 239 typedef _ExternT extern_type; typedef in class:codecvt
248 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
253 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
263 extern_type* __to, extern_type* __to_end,
264 extern_type*& __to_next) const;
267 do_unshift(state_type& __state, extern_type* __to,
268 extern_type* __to_end, extern_type*& __to_next) const;
271 do_in(state_type& __state, const extern_type* __from,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 239 typedef _ExternT extern_type; typedef in class:codecvt
248 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
253 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
263 extern_type* __to, extern_type* __to_end,
264 extern_type*& __to_next) const;
267 do_unshift(state_type& __state, extern_type* __to,
268 extern_type* __to_end, extern_type*& __to_next) const;
271 do_in(state_type& __state, const extern_type* __from,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 239 typedef _ExternT extern_type; typedef in class:codecvt
248 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
253 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
263 extern_type* __to, extern_type* __to_end,
264 extern_type*& __to_next) const;
267 do_unshift(state_type& __state, extern_type* __to,
268 extern_type* __to_end, extern_type*& __to_next) const;
271 do_in(state_type& __state, const extern_type* __from,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
codecvt_specializations.h 237 typedef _ExternT extern_type; typedef in class:codecvt
246 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
251 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
261 extern_type* __to, extern_type* __to_end,
262 extern_type*& __to_next) const;
265 do_unshift(state_type& __state, extern_type* __to,
266 extern_type* __to_end, extern_type*& __to_next) const;
269 do_in(state_type& __state, const extern_type* __from,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
codecvt_specializations.h 237 typedef _ExternT extern_type; typedef in class:codecvt
246 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
251 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
261 extern_type* __to, extern_type* __to_end,
262 extern_type*& __to_next) const;
265 do_unshift(state_type& __state, extern_type* __to,
266 extern_type* __to_end, extern_type*& __to_next) const;
269 do_in(state_type& __state, const extern_type* __from,
    [all...]
  /external/stlport/test/unit/
fstream_test.cpp 621 typedef char extern_type; typedef in class:std::codecvt
629 extern_type* __to,
630 extern_type*,
631 extern_type*& __to_next) const
635 const extern_type* __from,
636 const extern_type*,
637 const extern_type*& __from_next,
644 extern_type* __to,
645 extern_type*,
646 extern_type*& __to_next) cons
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 639 typedef char extern_type; typedef in class:std::codecvt
647 extern_type* __to,
648 extern_type*,
649 extern_type*& __to_next) const
653 const extern_type* __from,
654 const extern_type*,
655 const extern_type*& __from_next,
662 extern_type* __to,
663 extern_type*,
664 extern_type*& __to_next) cons
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 639 typedef char extern_type; typedef in class:std::codecvt
647 extern_type* __to,
648 extern_type*,
649 extern_type*& __to_next) const
653 const extern_type* __from,
654 const extern_type*,
655 const extern_type*& __from_next,
662 extern_type* __to,
663 extern_type*,
664 extern_type*& __to_next) cons
    [all...]

Completed in 1729 milliseconds

12