Searched defs:ElseNode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/grit/grit/node/
H A Dmisc.py95 return (isinstance(child, (ThenNode, ElseNode)) or
101 if any(isinstance(node, (ThenNode, ElseNode)) for node in children):
103 not isinstance(children[1], ElseNode)):
122 class ElseNode(SplicingNode): class in inherits:SplicingNode
/external/chromium_org/testing/gtest/scripts/
H A Dpump.py415 class ElseNode: class in inherits:

Completed in 60 milliseconds