Searched refs:http_proxy_pool (Results 1 – 2 of 2) sorted by relevance
550 auto http_proxy_pool = in TEST_F() local553 auto* http_proxy_pool_ptr = http_proxy_pool.get(); in TEST_F()555 mock_pool_manager->SetSocketPool(proxy_chain, std::move(http_proxy_pool)); in TEST_F()999 auto http_proxy_pool = in TEST_F() local1002 auto* http_proxy_pool_ptr = http_proxy_pool.get(); in TEST_F()1004 mock_pool_manager->SetSocketPool(proxy_chain, std::move(http_proxy_pool)); in TEST_F()
15497 auto http_proxy_pool = std::make_unique<CaptureGroupIdTransportSocketPool>( in TEST_P() local15499 auto* http_proxy_pool_ptr = http_proxy_pool.get(); in TEST_P()15501 mock_pool_manager->SetSocketPool(proxy_chain, std::move(http_proxy_pool)); in TEST_P()