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

4 uses

	github.com/aws/smithy-go/ptr (current package)
		from_ptr.go#L291: func ToUint(p *uint) (v uint) {
		from_ptr.go#L305: 		ps[i] = ToUint(v)
		from_ptr.go#L317: 		ps[k] = ToUint(v)

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