Home | History | Annotate | Download | only in generator

Lines Matching full:union

96     union = structure_generator.Union('TPMU_SYM_MODE')
97 union.AddField(structure_generator.Field('UINT16', 'aes', None))
98 union.AddField(structure_generator.Field('UINT16', 'SM4', None))
102 'TPMU_SYM_MODE': union
115 union = structure_generator.Union('TPMU_SYM_MODE')
116 union.AddField(structure_generator.Field('UINT16', 'aes', None))
117 union.AddField(structure_generator.Field('UINT16', 'SM4', None))
121 union.OutputMarshalImpl(out_file, marshalled_types, typemap)
140 structure, and union. Should appear in types array in that order.