Lines Matching refs:Field
152 element in the list is of type idl.Field representing a member of the
157 Field.type The type of the member (a idl.Type).
158 Field.name The name of the member (can be None for anonymous
160 Field.const Boolean, true if the member is const.
161 Field.init_val The initialisation value for this field. Takes
162 precendence over both Field.type.init_val and
163 Field.type.init_fn.
184 The KeyedUnion.keyvar contains an idl.Field, this is the member of
186 union. The idl.Field.type of the keyvar must be an Enumeration type.
191 always be an idl.Field of a containing idl.Aggregate.
196 idl.Array.len_var contains an idl.Field which is added to the parent