Lines Matching refs:token_start
1722 std::string::const_iterator* token_start,
1724 DCHECK(it && token_start && token_end);
1728 // token_start should point at the first character in the token
1731 *token_start = *it;
1742 if (*it != *token_start) { // We could have an empty token name.
1745 SeekBackPast(it, *token_start, kWhitespace);
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))
1875 it = token_start;
1880 pair.first = std::string(token_start, token_end);
1884 pair.first = std::string(token_start, token_end);