Lines Matching defs:removed
400 [](const Entity& entity, const Entity& removed) { return entity.id < removed.id; });
443 // Remove components for removed entities.
444 const vector<Entity> removed = entityManager_.GetRemovedEntities();
445 deadEntities = !removed.empty();
447 allRemovedEntities.append(removed.cbegin(), removed.cend());
452 m->Destroy(removed);
470 // Clean-up removed listeners.
627 if (const vector<Entity> removed = manager->GetRemovedComponents(); !removed.empty()) {
628 const auto removedView = array_view<const Entity>(removed);