Searched defs:TokenList (Results 1 – 2 of 2) sorted by relevance
| /third_party/ninja/src/ | ||
| D | eval_env.h | 54 typedef std::vector<std::pair<std::string, TokenType> > TokenList; typedef |
| /third_party/python/Lib/email/ | ||
| D | _header_value_parser.py | 115 class TokenList(list): class |