Searched defs:snippet_type (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/ |
D | module.py | 24 def FindAll(self, snippet_type): argument 27 def FindChildren(self, snippet_type): argument
|
D | snippet.py | 52 def FindAll(self, snippet_type): argument 64 def FindChild(self, snippet_type, **kwargs): argument 81 def FindChildren(self, snippet_type): argument
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/ |
D | function_definition.py | 39 def FindChild(self, snippet_type, **kwargs): argument 42 def FindChildren(self, snippet_type): argument
|
D | class_definition.py | 39 def FindChild(self, snippet_type, **kwargs): argument 42 def FindChildren(self, snippet_type): argument
|