Home
last modified time | relevance | path

Searched refs:TokenList (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/email/
H A D_header_value_parser.py29 The output of the parser is a TokenList object, which is a list subclass. A
30 TokenList is a recursive data structure. The terminal nodes of the structure
35 All TokenList and Terminal objects have a 'value' attribute, which produces the
46 All TokenList and Terminal objects also have a string value, which attempts to
54 All TokenList and Terminal objects have a 'defects' attribute which is a
112 # TokenList and its subclasses
115 class TokenList(list): class
182 class WhiteSpaceTokenList(TokenList):
193 class UnstructuredTokenList(TokenList):
197 class Phrase(TokenList)
[all...]
H A Dheaderregistry.py298 kwds['parse_tree'] = parser.TokenList()
307 kwds['parse_tree'] = parser.TokenList()
/third_party/ninja/src/
H A Deval_env.cc103 for (TokenList::const_iterator i = parsed_.begin(); i != parsed_.end(); ++i) { in Evaluate()
126 for (TokenList::const_iterator i = parsed_.begin(); in Serialize()
139 for (TokenList::const_iterator i = parsed_.begin(); in Unparse()
H A Deval_env.h54 typedef std::vector<std::pair<std::string, TokenType> > TokenList; typedef
55 TokenList parsed_;

Completed in 5 milliseconds