Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/importer/
Dmork_reader.cc212 size_t token_end = std::min(idx, len); in ParseMap() local
306 size_t token_end = idx; // Index of the char following the token. in ParseTable() local
361 size_t token_end = std::min(idx, len); in ParseTable() local
394 size_t token_end = std::min(idx, len); in ParseTable() local
/external/clang/include/clang/Rewrite/Core/
DTokenRewriter.h56 token_iterator token_end() const { return TokenList.end(); } in token_end() function
/external/chromium/base/
Dstring_tokenizer.h147 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/net/base/
Dcookie_monster.cc1723 std::string::const_iterator* token_end) { in ParseToken()
1828 std::string::const_iterator token_start, token_end; in ParseTokenString() local
1861 std::string::const_iterator token_start, token_end; in ParseTokenValuePairs() local