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

  /external/chromium_org/net/dns/
dns_hosts.cc 53 size_t token_start = pos_; local
57 token_ = StringPiece(data_ + token_start, token_end - token_start);
  /external/chromium/chrome/browser/importer/
mork_reader.cc 182 size_t token_start; local
193 token_start = idx;
196 key.assign(&line[token_start], idx - token_start);
206 token_start = idx;
216 std::string(&line[token_start], token_end - token_start));
299 size_t token_start = idx; // Index of the first char of the token. local
317 IDString row_id(&line[token_start], token_end - token_start);
354 size_t token_start = idx; local
388 size_t token_start = idx - 1; \/\/ Include the '=' or '^' marker. local
    [all...]
  /external/chromium_org/net/cookies/
parsed_cookie.cc 276 std::string::const_iterator* token_start,
278 DCHECK(it && token_start && token_end);
282 // token_start should point at the first character in the token
285 *token_start = *it;
296 if (*it != *token_start) { // We could have an empty token name.
299 SeekBackPast(it, *token_start, kWhitespace);
340 std::string::const_iterator token_start, token_end; local
341 if (ParseToken(&it, end, &token_start, &token_end))
342 return std::string(token_start, token_end);
380 std::string::const_iterator token_start, token_end local
    [all...]
  /external/bison/src/
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...]

Completed in 78 milliseconds