Lines Matching defs:Interface
372 Interface objects.
399 # interface.
629 class Interface(TPMType):
630 """Represents a TPM interface type definition.
633 old_type: The base type of the interface (e.g. 'TPM_HANDLE').
723 """Initializes an Interface instance.
729 old_type: The base type of the interface.
732 super(Interface, self).__init__()
742 """Returns true if Interface has a valid conditional_value."""
750 """Writes marshal implementation for Interface to |out_file|.
809 """Writes marshal declarations for Interface to |out_file|.
811 Outputted declaration depends on whether Interface type has a
834 """Write a call to Unmarshal function for Interface type to |out_file|.
836 Override TPMType OutputUnmarshalCall because when an Interface type has
842 field: A Field object representing an element of this interface.