Lines Matching refs:__to
4105 _Elem* __to = &__ws[0];
4106 _Elem* __to_end = __to + __ws.size();
4112 __to, __to_end, __to_nxt);
4120 __ws.resize(__to - &__ws[0]);
4135 __to = &__ws[0] + __s;
4166 char* __to = &__bs[0];
4167 char* __to_end = __to + __bs.size();
4173 __to, __to_end, __to_nxt);
4181 __bs.resize(__to - &__bs[0]);
4196 __to = &__bs[0] + __s;
4206 char* __to = &__bs[0] + __s;
4207 char* __to_end = __to + __bs.size();
4211 __r = __cvtptr_->unshift(__st, __to, __to_end, __to_nxt);
4214 __bs.resize(__to - &__bs[0]);
4225 __to = &__bs[0] + __sp;