Home
last modified time | relevance | path

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

/external/syzkaller/vendor/cloud.google.com/go/storage/
Dcopy.go99 if err := applyConds("Copy destination", c.dst.gen, c.dst.conds, call); err != nil {
177 …if err := applyConds("ComposeFrom source", src.gen, src.conds, composeSourceObj{srcObj}); err != n…
184 if err := applyConds("ComposeFrom destination", c.dst.gen, c.dst.conds, call); err != nil {
Dstorage.go315 if err := applyConds("Attrs", o.gen, o.conds, call); err != nil {
392 if err := applyConds("Update", o.gen, o.conds, call); err != nil {
441 if err := applyConds("Delete", o.gen, o.conds, call); err != nil {
969 func applyConds(method string, gen int64, conds *Conditions, call interface{}) error { func
Dwriter.go122 err := applyConds("NewWriter", w.o.gen, w.o.conds, call)