Searched defs:IntTypeCommon (Results 1 – 1 of 1) sorted by relevance
168 type IntTypeCommon struct { struct169 TypeCommon170 ArgFormat BinaryFormat171 BitfieldOff uint64172 BitfieldLen uint64173 BitfieldMdl bool176 func (t *IntTypeCommon) String() string {180 func (t *IntTypeCommon) Format() BinaryFormat {184 func (t *IntTypeCommon) BitfieldOffset() uint64 {188 func (t *IntTypeCommon) BitfieldLength() uint64 {[all …]