Home
last modified time | relevance | path

Searched refs:BASE_ASSERT (Results 1 - 16 of 16) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dlog.h21 #define BASE_ASSERT(cond) assert(cond) macro
27 #define BASE_ASSERT(cond) ((void)0) macro
H A Duid_util.h38 BASE_ASSERT(value.size() == UID_LENGTH); in StringToUid()
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_value.h97 BASE_ASSERT(type_->type.isArray); // This accessor type is valid only for arrays. in operator []()
98 BASE_ASSERT(index < type_->count); in operator []()
103 BASE_ASSERT(type_->type.isArray); // This accessor type is valid only for arrays. in operator []()
104 BASE_ASSERT(index < type_->count); in operator []()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Darray_view.h51 BASE_ASSERT(end >= begin);
90 BASE_ASSERT(aIndex < size());
96 BASE_ASSERT(aIndex < size());
102 BASE_ASSERT(aIndex < size());
108 BASE_ASSERT(aIndex < size());
H A Dvector.h439 BASE_ASSERT(capacity_ >= count); in resize()
456 BASE_ASSERT(capacity_ >= count); in resize()
727 BASE_ASSERT(pos >= cbegin()); in erase()
728 BASE_ASSERT(pos <= cend()); in erase()
738 BASE_ASSERT(first >= cbegin()); in erase()
739 BASE_ASSERT(first <= cend()); in erase()
740 BASE_ASSERT(last >= cbegin()); in erase()
741 BASE_ASSERT(last <= cend()); in erase()
851 BASE_ASSERT(last > first); in uninitialized_default_construct()
862 BASE_ASSERT(las in uninitialized_value_construct()
[all...]
H A Dunordered_map.h70 BASE_ASSERT(owner_ && it_);
75 BASE_ASSERT(owner_ && it_);
131 BASE_ASSERT(owner_ && it_);
136 BASE_ASSERT(owner_ && it_);
141 BASE_ASSERT(owner_ && it_);
146 BASE_ASSERT(owner_ && it_);
325 BASE_ASSERT(pos.it_ == pos.it_->prev->next); in erase()
329 BASE_ASSERT(pos.it_ == buckets_[ind]); in erase()
H A Dstring.h946 BASE_ASSERT(allocator_ != nullptr); in get()
951 BASE_ASSERT(allocator_ != nullptr); in get()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Dentity_collection.cpp153 BASE_ASSERT(&listener); in AddListener()
159 BASE_ASSERT(&listener); in RemoveListener()
168 BASE_ASSERT(true); in RemoveListener()
215 BASE_ASSERT(collectionIndex < entities_.size()); in GetEntity() function
278 BASE_ASSERT(collection); in RemoveEntity()
336 BASE_ASSERT(collections_[i]); in GetSubCollectionIndex()
348 BASE_ASSERT(collections_[i]); in GetSubCollectionIndexByRoot()
383 BASE_ASSERT(index < collections_.size()); in RemoveSubCollection()
402 BASE_ASSERT(collection);
423 BASE_ASSERT(collectio
[all...]
H A Decs_serializer.cpp321 BASE_ASSERT(collection); in EntityToJson()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp39 BASE_ASSERT(&listener); in AddListener()
45 BASE_ASSERT(&listener); in RemoveListener()
54 BASE_ASSERT(true); in RemoveListener()
106 BASE_ASSERT(collectionIndex < entities_.size()); in GetEntity() function
224 BASE_ASSERT(collection); in RemoveEntity()
323 BASE_ASSERT(collections_[i]); in GetSubCollectionIndex()
335 BASE_ASSERT(collections_[i]); in GetSubCollectionIndexByRoot()
375 BASE_ASSERT(index < collections_.size()); in RemoveSubCollection()
398 BASE_ASSERT(collection);
425 BASE_ASSERT(collectio
[all...]
H A Decs_animation.cpp1161 BASE_ASSERT(EntityUtil::IsValid(animationTrack)); in SetKeyFrameData()
1166 BASE_ASSERT(EntityUtil::IsValid(timeStamps)); in SetKeyFrameData()
1167 BASE_ASSERT(EntityUtil::IsValid(keys)); in SetKeyFrameData()
1241 BASE_ASSERT(EntityUtil::IsValid(animationTrack)); in GetTrackDuration()
1249 BASE_ASSERT(EntityUtil::IsValid(timeStamps)); in GetTrackDuration()
H A Decs_util.h45 BASE_ASSERT(componentId != CORE_NS::IComponentManager::INVALID_COMPONENT_ID); in CloneComponent()
H A Decs_serializer.cpp376 BASE_ASSERT(collection); in EntityToJson()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Decs_clone_util.h42 BASE_ASSERT(componentId != IComponentManager::INVALID_COMPONENT_ID); in CloneComponent()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmatrix_util.h137 BASE_ASSERT(false); in GetColumn()
160 BASE_ASSERT(false); in GetColumn()
179 BASE_ASSERT(false); in GetRow()
202 BASE_ASSERT(false); in GetRow()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Dobject_api.h469 BASE_ASSERT(object_);

Completed in 17 milliseconds