Searched refs:num_pending_watches_ (Results 1 – 2 of 2) sorted by relevance
166 num_pending_watches_(0), in Bus()183 DCHECK_EQ(0, num_pending_watches_); in ~Bus()993 ++num_pending_watches_; in OnAddWatch()1002 --num_pending_watches_; in OnRemoveWatch()
745 int num_pending_watches_; variable