Searched refs:was_destroyed_ (Results 1 – 3 of 3) sorted by relevance
54 if (was_destroyed_) { in ~FdWatchController()55 DCHECK(!*was_destroyed_); in ~FdWatchController()56 *was_destroyed_ = true; in ~FdWatchController()322 controller->was_destroyed_ = &controller_was_destroyed; in OnLibeventNotification()327 controller->was_destroyed_ = nullptr; in OnLibeventNotification()
61 bool* was_destroyed_ = nullptr; variable
44 static bool was_destroyed() { return was_destroyed_; } in was_destroyed()46 static void reset_was_destroyed() { was_destroyed_ = false; } in reset_was_destroyed()52 ~ScopedRefPtrToSelf() { was_destroyed_ = true; } in ~ScopedRefPtrToSelf()54 static bool was_destroyed_; member in __anonedfe03110111::ScopedRefPtrToSelf57 bool ScopedRefPtrToSelf::was_destroyed_ = false; member in __anonedfe03110111::ScopedRefPtrToSelf