func github.com/aws/smithy-go/ptr.Int16Map

2 uses

	github.com/aws/smithy-go/ptr (current package)
		to_ptr.go#L172: func Int16Map(vs map[string]int16) map[string]*int16 {

	github.com/aws/aws-sdk-go-v2/aws
		to_ptr.go#L109: 	return ptr.Int16Map(vs)