Home | History | Annotate | Download | only in xcbgen

Lines Matching refs:Field

4 class Field(object):
6 Represents a field of a structure.
8 type is the datatype object for the field.
10 field_name is the name of the structure field.
11 visible is true iff the field should be in the request API.
12 wire is true iff the field should be in the request structure.
13 auto is true iff the field is on the wire but not in the request API (e.g. opcode)
14 enum is the enum name this field refers to, if any.
28 field_string = "Field"
46 lenfield_name is the name of the length field, or None for request lists.
47 lenfield is the Field object for the length field, or None.
48 bitfield is True if the length field is a bitmask instead of a number.
70 # List going into a request, which has no length field (inferred by server)
83 # Op field. Need to recurse.
94 # Op field. Need to recurse.
162 # need to find the field with lenfield_name