Lines Matching refs:cend
399 const auto pos = std::lower_bound(removedEntities.cbegin(), removedEntities.cend(), entity,
401 return ((pos != removedEntities.cend()) && !(entity.id < pos->id));
403 affectedEntities.cend());
413 if (auto it = componentManagerListeners_.find(m.get()); it != componentManagerListeners_.cend()) {
447 allRemovedEntities.append(removed.cbegin(), removed.cend());
472 std::remove(entityListeners_.begin(), entityListeners_.end(), nullptr), entityListeners_.cend());
474 std::remove(componentListeners_.begin(), componentListeners_.end(), nullptr), componentListeners_.cend());
476 for (auto it = componentManagerListeners_.begin(); it != componentManagerListeners_.cend();) {
478 listeners.erase(std::remove(listeners.begin(), listeners.end(), nullptr), listeners.cend());
592 container.cend());
605 if (const auto pos = systems_.find(systemInfo->uid); pos != systems_.cend()) {