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

4 uses

	github.com/aws/smithy-go/ptr (current package)
		from_ptr.go#L151: func ToInt8(p *int8) (v int8) {
		from_ptr.go#L165: 		ps[i] = ToInt8(v)
		from_ptr.go#L177: 		ps[k] = ToInt8(v)

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