HomeSort by relevance Sort by last modified time
    Searched full:recycle_bin_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.cc 255 for (StreamList::iterator it = recycle_bin_.begin();
256 it != recycle_bin_.end(); ++it) {
272 if (recycle_bin_.empty()) {
275 LoggingAdapter* logging = recycle_bin_.front();
276 recycle_bin_.pop_front();
287 recycle_bin_.push_back(logging);
socketpool.h 153 StreamList recycle_bin_; member in class:talk_base::LoggingPoolAdapter

Completed in 124 milliseconds