Lines Matching refs:nextTok_
36 nextTok_(str_)
41 nextTok_(str_)
46 nextTok_(str_)
53 nextTok_(str_)
67 nextTok_ = str_ + (rhs.nextTok_ - rhs.str_);
75 nextTok_ = str_;
157 for (i = 0; nextTok_[i] != '\0'; i++) {
159 if (nextTok_[i] == separators[j]) {
160 Str rc(nextTok_, i);
162 nextTok_ = &(nextTok_[i+1]);
163 // Str remain(nextTok_);
164 remainder = nextTok_;
171 remainder = nextTok_;
180 nextTok_ = str_;