Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc399 std::function<Result<HttpResponse<T>>()> attempt_fn) { in RetryImpl() argument
405 response = CF_EXPECT(attempt_fn()); in RetryImpl()