Home
last modified time | relevance | path

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

/external/federated-compute/fcp/client/http/
Din_memory_request_response.cc343 handles_and_callbacks_ptrs; in PerformMultipleRequestsInMemory() local
344 handles_and_callbacks_ptrs.reserve(requests.size()); in PerformMultipleRequestsInMemory()
353 handles_and_callbacks_ptrs.push_back({handle.get(), callback.get()}); in PerformMultipleRequestsInMemory()
360 [&http_client, &handles_and_callbacks_ptrs]() { in PerformMultipleRequestsInMemory()
361 return http_client.PerformRequests(handles_and_callbacks_ptrs); in PerformMultipleRequestsInMemory()
363 [&handles_and_callbacks_ptrs] { in PerformMultipleRequestsInMemory()
367 for (auto [handle, callback] : handles_and_callbacks_ptrs) { in PerformMultipleRequestsInMemory()