Searched refs:tmp_unused_server_connections_ (Results 1 – 2 of 2) sorted by relevance
182 if (tmp_unused_server_connections_.size()) { in Run()183 VLOG(2) << "have " << tmp_unused_server_connections_.size() in Run()187 tmp_unused_server_connections_.begin(), in Run()188 tmp_unused_server_connections_.end()); in Run()189 tmp_unused_server_connections_.clear(); in Run()205 tmp_unused_server_connections_.push_back(sc); in SMConnectionDone()
85 std::vector<SMConnection*> tmp_unused_server_connections_; variable