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

/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dtranslate.py73 def _EnumToDict(enum): function
109 'enums': _MapTreeForType(_EnumToDict, struct.body, ast.Enum),
137 'enums': _MapTreeForType(_EnumToDict, interface.body, ast.Enum),
153 _MapTreeForType(_EnumToDict, tree.definition_list, ast.Enum)

Completed in 83 milliseconds