Lines Matching refs:__to
3868 _Elem* __to = &__ws[0];
3869 _Elem* __to_end = __to + __ws.size();
3875 __to, __to_end, __to_nxt);
3883 __ws.resize(__to - &__ws[0]);
3898 __to = &__ws[0] + __s;
3929 char* __to = &__bs[0];
3930 char* __to_end = __to + __bs.size();
3936 __to, __to_end, __to_nxt);
3944 __bs.resize(__to - &__bs[0]);
3959 __to = &__bs[0] + __s;
3969 char* __to = &__bs[0] + __s;
3970 char* __to_end = __to + __bs.size();
3974 __r = __cvtptr_->unshift(__st, __to, __to_end, __to_nxt);
3977 __bs.resize(__to - &__bs[0]);
3988 __to = &__bs[0] + __sp;