Searched refs:first_picked_port_ (Results 1 – 2 of 2) sorted by relevance
206 PortSharingEnd2endTest() : is_server_started_(false), first_picked_port_(0) { in PortSharingEnd2endTest()220 first_picked_port_ = port; in SetUp()252 if (first_picked_port_ > 0) { in TearDown()253 grpc_recycle_unused_port(first_picked_port_); in TearDown()295 int first_picked_port_; member in grpc::testing::__anon45a999d10111::PortSharingEnd2endTest
315 first_picked_port_(0) { in End2endTest()324 if (first_picked_port_ > 0) { in TearDown()325 grpc_recycle_unused_port(first_picked_port_); in TearDown()331 first_picked_port_ = port; in StartServer()466 int first_picked_port_; member in grpc::testing::__anon3e928b420111::End2endTest