Searched refs:handle_to_data_ (Results 1 – 1 of 1) sorted by relevance
85 HandleToWatchDataMap handle_to_data_; member in mojo::common::__anonbd2b9ff10111::WatcherBackend99 DCHECK_EQ(0u, handle_to_data_.count(data.handle)); in StartWatching()101 handle_to_data_[data.handle] = data; in StartWatching()114 handle_to_data_.erase(handle); in StopWatching()120 if (handle_to_data_.count(handle) == 0) in RemoveAndNotify()123 const WatchData data(handle_to_data_[handle]); in RemoveAndNotify()124 handle_to_data_.erase(handle); in RemoveAndNotify()132 for (HandleToWatchDataMap::const_iterator i = handle_to_data_.begin(); in GetMojoHandleByWatcherID()133 i != handle_to_data_.end(); ++i) { in GetMojoHandleByWatcherID()