Searched defs:marshalElemInfo (Results 1 – 2 of 2) sorted by relevance
84 type marshalElemInfo struct { struct85 wiretag uint64 // tag in wire format86 tagsize int // size of tag in wire format87 sizer sizer88 marshaler marshaler89 … bool // elem is pointer typed, thus interface of this type is a direct interface (extension only)90 deref bool // dereference the pointer before operating on it; implies isptr
84 type marshalElemInfo struct { struct85 wiretag uint64 // tag in wire format86 tagsize int // size of tag in wire format87 sizer sizer88 marshaler marshaler89 … bool // elem is pointer typed, thus interface of this type is a direct interface (extension only)