Searched refs:unclaimed_pushed_streams_ (Results 1 – 2 of 2) sorted by relevance
803 if (!unclaimed_pushed_streams_.empty()) { in CloseAllStreams()804 streams_abandoned_count_ += unclaimed_pushed_streams_.size(); in CloseAllStreams()805 abandoned_push_streams.Add(unclaimed_pushed_streams_.size()); in CloseAllStreams()806 unclaimed_pushed_streams_.clear(); in CloseAllStreams()883 unclaimed_pushed_streams_.size()); in GetInfoAsValue()929 for (it = unclaimed_pushed_streams_.begin(); in DeleteStream()930 it != unclaimed_pushed_streams_.end(); ++it) { in DeleteStream()933 unclaimed_pushed_streams_.erase(it); in DeleteStream()963 PushedStreamMap::iterator it = unclaimed_pushed_streams_.find(path); in GetActivePushStream()964 if (it != unclaimed_pushed_streams_.end()) { in GetActivePushStream()[all …]
201 return unclaimed_pushed_streams_.size(); in num_unclaimed_pushed_streams()385 PushedStreamMap unclaimed_pushed_streams_; variable