Home
last modified time | relevance | path

Searched refs:total_connecting_stream_count_ (Results 1 – 4 of 4) sorted by relevance

/external/cronet/tot/net/http/
Dhttp_stream_pool.h176 return total_connecting_stream_count_; in TotalConnectingStreamCount()
181 total_connecting_stream_count_; in TotalActiveStreamCount()
340 size_t total_connecting_stream_count_ = 0; variable
Dhttp_stream_pool.cc190 ++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()
/external/cronet/stable/net/http/
Dhttp_stream_pool.h176 return total_connecting_stream_count_; in TotalConnectingStreamCount()
181 total_connecting_stream_count_; in TotalActiveStreamCount()
340 size_t total_connecting_stream_count_ = 0; variable
Dhttp_stream_pool.cc190 ++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()