Home
last modified time | relevance | path

Searched refs:token_start (Results 1 – 7 of 7) sorted by relevance

/external/bison/src/
Dscan-gram.l138 boundary token_start PACIFY_CC (= scanner_cursor);
153 token_start = loc->start;
254 "'" token_start = loc->start; BEGIN SC_ESCAPED_CHARACTER;
257 "\"" token_start = loc->start; BEGIN SC_ESCAPED_STRING;
413 <<EOF>> unexpected_eof (token_start, "*/"); BEGIN context_state;
424 <<EOF>> unexpected_eof (token_start, "*/"); BEGIN context_state;
449 unexpected_newline (token_start, "\"");
451 loc->start = token_start;
457 unexpected_eof (token_start, "\"");
459 loc->start = token_start;
[all …]
Dscan-gram.c1326 boundary token_start PACIFY_CC (= scanner_cursor);
1464 token_start = loc->start;
1772 token_start = loc->start; BEGIN SC_ESCAPED_CHARACTER; variable
1778 token_start = loc->start; BEGIN SC_ESCAPED_STRING; variable
1989 unexpected_eof (token_start, "*/"); BEGIN context_state;
2005 unexpected_eof (token_start, "*/"); BEGIN context_state;
2042 unexpected_newline (token_start, "\"");
2044 loc->start = token_start;
2053 unexpected_eof (token_start, "\"");
2055 loc->start = token_start;
[all …]
/external/chromium_org/net/cookies/
Dparsed_cookie.cc263 std::string::const_iterator* token_start, in ParseToken() argument
265 DCHECK(it && token_start && token_end); in ParseToken()
272 *token_start = *it; in ParseToken()
283 if (*it != *token_start) { // We could have an empty token name. in ParseToken()
286 SeekBackPast(it, *token_start, kWhitespace); in ParseToken()
327 std::string::const_iterator token_start, token_end; in ParseTokenString() local
328 if (ParseToken(&it, end, &token_start, &token_end)) in ParseTokenString()
329 return std::string(token_start, token_end); in ParseTokenString()
358 std::string::const_iterator token_start, token_end; in ParseTokenValuePairs() local
359 if (!ParseToken(&it, end, &token_start, &token_end)) in ParseTokenValuePairs()
[all …]
Dparsed_cookie.h84 std::string::const_iterator* token_start,
/external/chromium_org/net/dns/
Ddns_hosts.cc53 size_t token_start = pos_; in Advance() local
57 token_ = StringPiece(data_ + token_start, token_end - token_start); in Advance()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
Dpep8.py922 token_start = token[2][1]
923 if source_line[:token_start].strip() == '':
/external/bison/
DChangeLog-201213298 (id_loc, token_start): Use (IF_LINTed) initial values that do not
14250 (id_loc, code_start, token_start): New local vars.
14256 (<INITIAL>"'", "\""): Save token_start.