Home
last modified time | relevance | path

Searched refs:ProgressUpdater (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/cloud.google.com/go/storage/
Dwriter.go114 call.ProgressUpdater(func(n, _ int64) { w.ProgressFunc(n) })
/external/syzkaller/vendor/google.golang.org/api/googleapi/
Dgoogleapi.go213 type ProgressUpdater func(current, total int64) type
/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go8487 progressUpdater_ googleapi.ProgressUpdater
8649 func (c *ObjectsInsertCall) ProgressUpdater(pu googleapi.ProgressUpdater) *ObjectsInsertCall { func