Home
last modified time | relevance | path

Searched refs:OutputMarshalDecl (Results 1 – 1 of 1) sorted by relevance

/external/tpm2/generator/
Dstructure_generator.py383 typemap[self.old_type].OutputMarshalDecl(
455 def OutputMarshalDecl(self, out_file, declared_types, typemap): member in Typedef
536 def OutputMarshalDecl(self, out_file, declared_types, typemap): member in ConstantType
617 def OutputMarshalDecl(self, out_file, declared_types, typemap): member in AttributeStructure
808 def OutputMarshalDecl(self, out_file, declared_types, typemap): member in Interface
823 typemap[self.old_type].OutputMarshalDecl(
1062 def OutputMarshalDecl(self, out_file, declared_types, _): member in Structure
1315 def OutputMarshalDecl(self, out_file, declared_types, _): member in Union
1372 tpm_type.OutputMarshalDecl(out_file, declared_types, typemap)