Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/api/gensupport/
Dresumable.go28 type ResumableUpload struct { struct
49 func (rx *ResumableUpload) Progress() int64 { argument
59 func (rx *ResumableUpload) doUploadRequest(ctx context.Context, data io.Reader, off, size int64, fi… argument
100 func (rx *ResumableUpload) reportProgress(old, updated int64) { argument
113 func (rx *ResumableUpload) transferChunk(ctx context.Context) (*http.Response, error) { argument
159 func (rx *ResumableUpload) Upload(ctx context.Context) (resp *http.Response, err error) { argument
/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go8753 rx := &gensupport.ResumableUpload{