Lines Matching refs:end
176 string::iterator end = s->end();
177 for (string::iterator i = s->begin(); i != end; ++i) {
184 string::iterator end = s->end();
185 for (string::iterator i = s->begin(); i != end; ++i) {
505 // Returns a pointer to the end of the string (i.e. the null character
768 void Join(Iterator start, Iterator end,
770 for (Iterator it = start; it != end; ++it) {
782 Join(components.begin(), components.end(), delim, &result);
891 // If there is no line ending at the end of a non-empty string, it can