Home
last modified time | relevance | path

Searched defs:token_end (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
DTokenRewriter.h56 token_iterator token_end() const { return TokenList.end(); } in token_end() function
/external/chromium_org/net/cookies/
Dparsed_cookie.cc264 std::string::const_iterator* token_end) { in ParseToken()
327 std::string::const_iterator token_start, token_end; in ParseTokenString() local
358 std::string::const_iterator token_start, token_end; in ParseTokenValuePairs() local
/external/chromium_org/net/dns/
Ddns_hosts.cc64 size_t token_end = (pos_ == std::string::npos) ? end_ : pos_; in Advance() local
/external/chromium_org/tools/gn/
Dtokenizer.cc106 size_t token_end = cur_; in Run() local
/external/chromium_org/base/strings/
Dstring_tokenizer.h148 const_iterator token_end() const { return token_end_; } in token_end() function
/external/bison/src/
Dscan-gram.c3680 unexpected_end (boundary start, char const *msgid, char const *token_end) in unexpected_end()
3699 unexpected_eof (boundary start, char const *token_end) in unexpected_eof()
3710 unexpected_newline (boundary start, char const *token_end) in unexpected_newline()
/external/chromium_org/tools/clang/plugins/
DFindBadConstructsConsumer.cpp325 SourceLocation token_end = in CheckOverriddenMethod() local