Searched refs:__to_next (Results 1 – 4 of 4) sorted by relevance
68 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) const124 { __from_next = __from; __to_next = __to; return noconv; }132 intern_type*& __to_next) const133 { __from_next = __from; __to_next = __to; return noconv; }[all …]
51 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()
649 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()