Searched refs:total_connecting_stream_count_ (Results 1 – 4 of 4) sorted by relevance
176 return total_connecting_stream_count_; in TotalConnectingStreamCount()181 total_connecting_stream_count_; in TotalActiveStreamCount()340 size_t total_connecting_stream_count_ = 0; variable
190 ++total_connecting_stream_count_; in IncrementTotalConnectingStreamCount()194 CHECK_GE(total_connecting_stream_count_, amount); in DecrementTotalConnectingStreamCount()195 total_connecting_stream_count_ -= amount; in DecrementTotalConnectingStreamCount()355 static_cast<int>(total_connecting_stream_count_)); in GetInfoAsValue()472 .connecting = total_connecting_stream_count_}; in CheckConsistency()