Lines Matching defs:coderFieldInfo
37 type coderFieldInfo struct { struct
38 funcs pointerCoderFuncs // fast-path per-field functions
39 mi *MessageInfo // field's message
40 ft reflect.Type
41 validation validationInfo // information used by message validation
42 num protoreflect.FieldNumber // field number
43 offset offset // struct field offset
44 wiretag uint64 // field tag (number + wire type)
45 tagsize int // size of the varint-encoded tag
46 isPointer bool // true if IsNil may be called on the struct field
47 isRequired bool // true if field is required