Home
last modified time | relevance | path

Searched defs:shouldRetry (Results 1 – 4 of 4) sorted by relevance

/external/syzkaller/vendor/cloud.google.com/go/storage/
Dgo110.go21 func shouldRetry(err error) bool { func
Dnot_go110.go26 func shouldRetry(err error) bool { func
/external/syzkaller/vendor/google.golang.org/api/gensupport/
Dretry.go71 func shouldRetry(status int, err error) bool { func
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DRetriableStream.java1005 final boolean shouldRetry; field in RetriableStream.RetryPlan
1009 RetryPlan(boolean shouldRetry, long backoffNanos) { in RetryPlan()