func encoding/gob.decUint32Slice

3 uses

	encoding/gob (current package)
		dec_helpers.go#L47: 	reflect.Uint32:     decUint32Slice,
		dec_helpers.go#L399: 	return decUint32Slice(state, v.Slice(0, v.Len()), length, ovfl)
		dec_helpers.go#L402: func decUint32Slice(state *decoderState, v reflect.Value, length int, ovfl error) bool {