Home
last modified time | relevance | path

Searched refs:ProgressFunc (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/cloud.google.com/go/storage/
Dwriter.go62 ProgressFunc func(int64) member
113 if w.ProgressFunc != nil {
114 call.ProgressUpdater(func(n, _ int64) { w.ProgressFunc(n) })
Dcopy.go60 ProgressFunc func(copiedBytes, totalBytes uint64) member
83 if c.ProgressFunc != nil {
84 c.ProgressFunc(uint64(res.TotalBytesRewritten), uint64(res.ObjectSize))