Lines Matching refs:__to
3760 _Elem* __to = &__ws[0];
3761 _Elem* __to_end = __to + __ws.size();
3767 __to, __to_end, __to_nxt);
3775 __ws.resize(__to - &__ws[0]);
3790 __to = &__ws[0] + __s;
3821 char* __to = &__bs[0];
3822 char* __to_end = __to + __bs.size();
3828 __to, __to_end, __to_nxt);
3836 __bs.resize(__to - &__bs[0]);
3851 __to = &__bs[0] + __s;
3861 char* __to = &__bs[0] + __s;
3862 char* __to_end = __to + __bs.size();
3866 __r = __cvtptr_->unshift(__st, __to, __to_end, __to_nxt);
3869 __bs.resize(__to - &__bs[0]);
3880 __to = &__bs[0] + __sp;