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

4 uses

	github.com/aws/smithy-go/ptr (current package)
		from_ptr.go#L116: func ToInt(p *int) (v int) {
		from_ptr.go#L130: 		ps[i] = ToInt(v)
		from_ptr.go#L142: 		ps[k] = ToInt(v)

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