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

4 uses

	github.com/aws/smithy-go/ptr (current package)
		from_ptr.go#L256: func ToInt64(p *int64) (v int64) {
		from_ptr.go#L270: 		ps[i] = ToInt64(v)
		from_ptr.go#L282: 		ps[k] = ToInt64(v)

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