github.com/aws/aws-sdk-go/internal/ini.numberHelper.negative (field)

5 uses

	github.com/aws/aws-sdk-go/internal/ini (current package)
		number_helper.go#L26: 	negative         bool
		number_helper.go#L35: 	return b.negative || b.negativeExponent
		number_helper.go#L54: 			b.negative = true
		number_helper.go#L93: 	case b.negative:
		number_helper.go#L141: 	if b.negative {