Home
last modified time | relevance | path

Searched refs:__to_next (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_codecvt.h68 extern_type*& __to_next) const {
73 __to, __to_limit, __to_next);
79 extern_type*& __to_next) const {
81 return do_unshift(__state, __to, __to_limit, __to_next);
90 intern_type*& __to_next) const {
95 __to, __to_limit, __to_next);
123 extern_type*& __to_next) const
124 { __from_next = __from; __to_next = __to; return noconv; }
132 intern_type*& __to_next) const
133 { __from_next = __from; __to_next = __to; return noconv; }
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dcodecvt.cpp51 char*& __to_next) const in do_unshift()
52 { __to_next = __to; return noconv; } in do_unshift()
61 char*& __to_next) const in do_in()
62 { __from_next = __from; __to_next = __to; return noconv; } in do_in()
71 char*& __to_next) const in do_out()
72 { __from_next = __from; __to_next = __to; return noconv; } in do_out()
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp649 extern_type*& __to_next) const in out()
650 { __from_next = __from; __to_next = __to; return noconv; } in out()
658 intern_type*& __to_next) const in in()
659 { __from_next = __from; __to_next = __to; return noconv; } in in()
664 extern_type*& __to_next) const in unshift()
665 { __to_next = __to; return noconv; } in unshift()
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp649 extern_type*& __to_next) const in out()
650 { __from_next = __from; __to_next = __to; return noconv; } in out()
658 intern_type*& __to_next) const in in()
659 { __from_next = __from; __to_next = __to; return noconv; } in in()
664 extern_type*& __to_next) const in unshift()
665 { __to_next = __to; return noconv; } in unshift()