Lines Matching full:token_end
1723 std::string::const_iterator* token_end) {
1724 DCHECK(it && token_start && token_end);
1740 // token_end should point after the last interesting token character,
1749 *token_end = *it;
1828 std::string::const_iterator token_start, token_end;
1829 if (ParseToken(&it, end, &token_start, &token_end))
1830 return std::string(token_start, token_end);
1861 std::string::const_iterator token_start, token_end;
1862 if (!ParseToken(&it, end, &token_start, &token_end))
1880 pair.first = std::string(token_start, token_end);
1884 pair.first = std::string(token_start, token_end);