Searched refs:num_pending_watches_ (Results 1 – 2 of 2) sorted by relevance
192 num_pending_watches_(0), in Bus()209 DCHECK_EQ(0, num_pending_watches_); in ~Bus()1026 ++num_pending_watches_; in OnAddWatch()1035 --num_pending_watches_; in OnRemoveWatch()
756 int num_pending_watches_; variable