OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:token_start
(Results
1 - 3
of
3
) 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_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
...]
/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 1176 milliseconds