func cloud.google.com/go/storage.decodeUint32

3 uses

	cloud.google.com/go/storage (current package)
		reader.go#L314: 			c, err := decodeUint32(spec[len(prefix):])
		storage.go#L1223: 	crc32c, _ := decodeUint32(o.Crc32c)
		storage.go#L1259: func decodeUint32(b64 string) (uint32, error) {