Searched refs:RetryImpl (Results 1 – 1 of 1) sorted by relevance
321 return CF_EXPECT(RetryImpl<std::string>(fn)); in GetToString()330 return CF_EXPECT(RetryImpl<std::string>(fn)); in PostToString()338 return CF_EXPECT(RetryImpl<std::string>(fn)); in DeleteToString()347 return CF_EXPECT(RetryImpl<Json::Value>(fn)); in PostToJson()356 return CF_EXPECT(RetryImpl<Json::Value>(fn)); in PostToJson()365 return CF_EXPECT(RetryImpl<std::string>(fn)); in DownloadToFile()373 return CF_EXPECT(RetryImpl<Json::Value>(fn)); in DownloadToJson()382 return CF_EXPECT(RetryImpl<void>(fn)); in DownloadToCallback()389 return CF_EXPECT(RetryImpl<Json::Value>(fn)); in DeleteToJson()398 Result<HttpResponse<T>> RetryImpl( in RetryImpl() function in cuttlefish::__anon7fb68fc60111::ServerErrorRetryClient