internal/abi.SwissMapType.GroupSize (field)

4 uses

	internal/abi (current package)
		map_swiss.go#L39: 	GroupSize uintptr // == Group.Size_

	internal/runtime/maps
		group.go#L319: 	offset := uintptr(i) * typ.GroupSize
		map.go#L300: 		mem, overflow := math.MulUintptr(groups, mt.GroupSize)

	reflect
		map_swiss.go#L76: 	mt.GroupSize = mt.Group.Size()