Lines Matching refs:token_start
992 std::string::const_iterator token_start, token_real_end, token_end;
995 // token_start should point at the first character in the token
998 token_start = it;
1009 if (it != token_start) { // We could have an empty token name.
1012 SeekBackPast(&it, token_start, kWhitespace);
1031 it = token_start;
1036 pair.first = std::string(token_start, token_end);
1040 pair.first = std::string(token_start, token_end);