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

/external/chromium_org/tools/cr/cr/
H A Dvisitor.py90 class SearchVisitor(Visitor): class in inherits:Visitor
94 super(SearchVisitor, self).__init__()
112 class WhereVisitor(SearchVisitor):
113 """A SearchVisitor that returns the path to the matching key."""
228 search = SearchVisitor(key).VisitNode(self)
240 search = SearchVisitor(key).VisitNode(self)

Completed in 140 milliseconds