Home
last modified time | relevance | path

Searched defs:EnumDeclaration (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/tools/pdl/scripts/
Dgenerate_cxx_backend.py680 def generate_enum_declaration(decl: ast.EnumDeclaration) -> str:
697 def generate_enum_to_text(decl: ast.EnumDeclaration) -> str:
Dgenerate_python_backend.py905 def generate_enum_declaration(decl: ast.EnumDeclaration) -> str:
/packages/modules/Bluetooth/tools/pdl/scripts/pdl/
Dast.py187 class EnumDeclaration(Declaration): class