Searched defs:scalarField (Results 1 – 1 of 1) sorted by relevance
759 type scalarField struct { struct760 index int // struct field index761 kind reflect.Kind // element type (the T in *T or []T)762 value interface{} // the proto-declared default value, or nil