Home | History | Annotate | Download | only in socket

Lines Matching refs:base_

277       : base_(max_sockets, max_sockets_per_group,
288 return base_.RequestSocket(
295 base_.CancelRequest(group_name, handle);
301 base_.ReleaseSocket(group_name, socket);
305 base_.CloseIdleSockets();
308 virtual int IdleSocketCount() const { return base_.idle_socket_count(); }
311 return base_.IdleSocketCountInGroup(group_name);
316 return base_.GetLoadState(group_name, handle);
319 const TestClientSocketPoolBase* base() const { return &base_; }
322 return base_.NumConnectJobsInGroup(group_name);
325 void CleanupTimedOutIdleSockets() { base_.CleanupIdleSockets(false); }
330 TestClientSocketPoolBase base_;