Searched refs:IsZombie (Results 1 – 2 of 2) sorted by relevance
248 std::optional<bool> IsZombie() const { return m_zombie; } in IsZombie() function
483 if (auto zombie_opt = info.IsZombie(); zombie_opt.value_or(false)) { in Populate()