Searched refs:routing_request_count_ (Results 1 – 3 of 3) sorted by relevance
119 routing_request_count_(0), in Connection()151 DCHECK(!routing_request_count_); in ~Connection()376 if (routing_request_count_++ == 0) { in RequestRouting()388 DCHECK_GT(routing_request_count_, 0); in ReleaseRouting()389 if (--routing_request_count_ == 0) { in ReleaseRouting()
204 int routing_request_count_; variable
280 EXPECT_FALSE(connection_->routing_request_count_); in TEST_F()