func encoding/gob.decUint64Slice

3 uses

	encoding/gob (current package)
		dec_helpers.go#L48: 	reflect.Uint64:     decUint64Slice,
		dec_helpers.go#L426: 	return decUint64Slice(state, v.Slice(0, v.Len()), length, ovfl)
		dec_helpers.go#L429: func decUint64Slice(state *decoderState, v reflect.Value, length int, ovfl error) bool {