Searched refs:OutputMarshalImpl (Results 1 - 2 of 2) sorted by relevance

/external/tpm2/generator/
H A Dstructure_generator_test.py29 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)
H A Dstructure_generator.py331 typemap[base_type].OutputMarshalImpl(
436 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): member in class:Typedef
512 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): member in class:ConstantType
594 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): member in class:AttributeStructure
749 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): member in class:Interface
970 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): member in class:Structure
985 typemap[field_type].OutputMarshalImpl(
1232 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): function
1258 typemap[field_type].OutputMarshalImpl(
1391 tpm_type.OutputMarshalImpl(out_fil
[all...]

Completed in 214 milliseconds