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

4 uses

	github.com/aws/smithy-go/ptr (current package)
		from_ptr.go#L221: func ToInt32(p *int32) (v int32) {
		from_ptr.go#L235: 		ps[i] = ToInt32(v)
		from_ptr.go#L247: 		ps[k] = ToInt32(v)

	github.com/aws/aws-sdk-go-v2/aws
		from_ptr.go#L140: 	return ptr.ToInt32(p)