github.com/aws/smithy-go/encoding/httpbinding.HeaderValue.Long (method)

8 uses

	github.com/aws/smithy-go/encoding/httpbinding (current package)
		header.go#L58: 	h.Long(int64(v))
		header.go#L63: 	h.Long(int64(v))
		header.go#L68: 	h.Long(int64(v))
		header.go#L72: func (h HeaderValue) Long(v int64) {
		header.go#L112: 		h.Long(i)

	github.com/aws/aws-sdk-go-v2/service/s3
		serializers.go#L6897: 		encoder.SetHeader(locationName).Long(v.ContentLength)
		serializers.go#L8113: 		encoder.SetHeader(locationName).Long(v.ContentLength)
		serializers.go#L8426: 		encoder.SetHeader(locationName).Long(v.ContentLength)