Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-gram.l1114 unexpected_end (boundary start, char const *msgid, char const *token_end) in unexpected_end()
1129 unexpected_eof (boundary start, char const *token_end) in unexpected_eof()
1140 unexpected_newline (boundary start, char const *token_end) in unexpected_newline()
Dscan-gram.c3768 unexpected_end (boundary start, char const *msgid, char const *token_end) in unexpected_end()
3783 unexpected_eof (boundary start, char const *token_end) in unexpected_eof()
3794 unexpected_newline (boundary start, char const *token_end) in unexpected_newline()
/external/chromium/base/
Dstring_tokenizer.h157 const_iterator token_end() const { return token_end_; } in token_end() function
/external/chromium/net/base/
Dcookie_monster.cc992 std::string::const_iterator token_start, token_real_end, token_end; in ParseTokenValuePairs() local