go/types.Sizes.Offsetsof (method)

3 uses

	go/types (current package)
		sizes.go#L17: 	Offsetsof(fields []*Var) []int64
		sizes.go#L229: 			offsets = s.Offsetsof(T.fields)
		sizes.go#L240: 			offsets = stdSizes.Offsetsof(T.fields)