Searched defs:token_end (Results 1 – 7 of 7) sorted by relevance
56 token_iterator token_end() const { return TokenList.end(); } in token_end() function
264 std::string::const_iterator* token_end) { in ParseToken()327 std::string::const_iterator token_start, token_end; in ParseTokenString() local358 std::string::const_iterator token_start, token_end; in ParseTokenValuePairs() local
64 size_t token_end = (pos_ == std::string::npos) ? end_ : pos_; in Advance() local
106 size_t token_end = cur_; in Run() local
148 const_iterator token_end() const { return token_end_; } in token_end() function
3680 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()
325 SourceLocation token_end = in CheckOverriddenMethod() local