Searched refs:OutputMarshalImpl (Results 1 – 2 of 2) sorted by relevance
/external/tpm2/generator/ |
D | structure_generator_test.py | 29 typedef2.OutputMarshalImpl(out_file, marshalled_types, typemap) 43 constant.OutputMarshalImpl(out_file, marshalled_types, typemap) 58 attributeStruct.OutputMarshalImpl(out_file, marshalled_types, typemap) 74 interface.OutputMarshalImpl(out_file, marshalled_types, typemap) 105 struct.OutputMarshalImpl(out_file, marshalled_types, typemap) 121 union.OutputMarshalImpl(out_file, marshalled_types, typemap)
|
D | structure_generator.py | 331 typemap[base_type].OutputMarshalImpl( 436 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): member in Typedef 512 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): member in ConstantType 594 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): member in AttributeStructure 749 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): member in Interface 970 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): member in Structure 985 typemap[field_type].OutputMarshalImpl( 1232 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): member in Union 1258 typemap[field_type].OutputMarshalImpl( 1391 tpm_type.OutputMarshalImpl(out_file, marshalled_types, typemap)
|