Home | History | Annotate | Download | only in idl_parser

Lines Matching refs:IDLAttribute

37 from idl_node import IDLAttribute, IDLNode
98 if type(p) == IDLAttribute:
1050 return IDLAttribute(key, val)
1053 return IDLAttribute(key, Boolean(False))
1056 return IDLAttribute(key, Boolean(True))