reflect.StructField.Offset (field)

4 uses

	reflect (current package)
		type.go#L1151: 	Offset    uintptr   // offset within struct, in bytes
		type.go#L1256: 	f.Offset = p.offset()

	github.com/google/go-cmp/cmp
		export_unsafe.go#L24: 	ve := reflect.NewAt(f.Type, unsafe.Pointer(uintptr(unsafe.Pointer(v.UnsafeAddr()))+f.Offset)).Elem()

	google.golang.org/protobuf/internal/impl
		pointer_unsafe.go#L27: 	return offset(f.Offset)