Searched refs:unclaimed_pushed_streams_ (Results 1 – 2 of 2) sorted by relevance
849 if (!unclaimed_pushed_streams_.empty()) { in CloseAllStreams()850 streams_abandoned_count_ += unclaimed_pushed_streams_.size(); in CloseAllStreams()851 abandoned_push_streams.Add(unclaimed_pushed_streams_.size()); in CloseAllStreams()852 unclaimed_pushed_streams_.clear(); in CloseAllStreams()929 unclaimed_pushed_streams_.size()); in GetInfoAsValue()975 for (it = unclaimed_pushed_streams_.begin(); in DeleteStream()976 it != unclaimed_pushed_streams_.end(); ++it) { in DeleteStream()979 unclaimed_pushed_streams_.erase(it); in DeleteStream()1009 PushedStreamMap::iterator it = unclaimed_pushed_streams_.find(path); in GetActivePushStream()1010 if (it != unclaimed_pushed_streams_.end()) { in GetActivePushStream()[all …]
210 return unclaimed_pushed_streams_.size(); in num_unclaimed_pushed_streams()462 PushedStreamMap unclaimed_pushed_streams_; variable