Searched refs:recycle_bin_ (Results 1 – 2 of 2) sorted by relevance
243 for (StreamList::iterator it = recycle_bin_.begin(); in ~LoggingPoolAdapter()244 it != recycle_bin_.end(); ++it) { in ~LoggingPoolAdapter()260 if (recycle_bin_.empty()) { in RequestConnectedStream()263 LoggingAdapter* logging = recycle_bin_.front(); in RequestConnectedStream()264 recycle_bin_.pop_front(); in RequestConnectedStream()275 recycle_bin_.push_back(logging); in ReturnConnectedStream()
136 StreamList recycle_bin_; variable