Home | History | Annotate | Download | only in generator

Lines Matching defs:Typedef

139   typedef union {
252 # A function to marshal a TPM typedef.
262 # typedef. After the value is unmarshaled, additional validation code is
371 Can only be called on Typedef, ConstantType, AttributeStruct, and
408 class Typedef(TPMType):
409 """Represents a TPM typedef.
412 old_type: The existing type in a typedef statement.
413 new_type: The new type in a typedef statement.
415 # A function to unmarshal a TPM typedef with no extra validation.
426 """Initializes a Typedef instance.
432 super(Typedef, self).__init__()
437 """Writes marshal implementations for Typedef to |out_file|.
456 """Writes marshal declarations for Typedef to |out_file|.