HomeSort by relevance Sort by last modified time
    Searched refs:token_start (Results 1 - 5 of 5) sorted by null

  /external/bison/src/
scan-gram.l 138 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...]
scan-gram.c 1326 boundary token_start PACIFY_CC (= scanner_cursor); variable
1772 token_start = loc->start; BEGIN SC_ESCAPED_CHARACTER; variable
1778 token_start = loc->start; BEGIN SC_ESCAPED_STRING; variable
    [all...]
  /external/chromium_org/net/cookies/
parsed_cookie.cc 263 std::string::const_iterator* token_start,
265 DCHECK(it && token_start && token_end);
269 // token_start should point at the first character in the token
272 *token_start = *it;
283 if (*it != *token_start) { // We could have an empty token name.
286 SeekBackPast(it, *token_start, kWhitespace);
327 std::string::const_iterator token_start, token_end; local
328 if (ParseToken(&it, end, &token_start, &token_end))
329 return std::string(token_start, token_end);
358 std::string::const_iterator token_start, token_end local
    [all...]
parsed_cookie.h 80 // returns as output arguments token_start and token_end to the start and end
86 std::string::const_iterator* token_start,
  /external/chromium_org/net/dns/
dns_hosts.cc 62 size_t token_start = pos_; local
66 token_ = StringPiece(data_ + token_start, token_end - token_start);

Completed in 194 milliseconds