Searched refs:handles_and_callbacks_ptrs (Results 1 – 1 of 1) sorted by relevance
343 handles_and_callbacks_ptrs; in PerformMultipleRequestsInMemory() local344 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()