Home
last modified time | relevance | path

Searched refs:CORE_ASSERT_MSG (Results 1 - 25 of 28) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/java/
H A Djava_internal.cpp49 CORE_ASSERT_MSG(true, "JNI ERROR: sJavaVM not initialized."); in GetJavaEnv()
62 CORE_ASSERT_MSG(true, "JNI ERROR: Thread not attached."); in GetJavaEnv()
67 CORE_ASSERT_MSG(true, "JNI ERROR: Invalid version."); in GetJavaEnv()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/threading/
H A Dmutex.h127 CORE_ASSERT_MSG(mutex_ && !locked_, "trying to lock mutex in invalid state"); in Lock()
137 CORE_ASSERT_MSG(mutex_ && locked_, "trying to unlock mutex in invalid state"); in Unlock()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dmetadata_helpers.h42 CORE_ASSERT_MSG(false, "Failed to initialise property"); in ConstructPropertiesFromMetadata()
69 CORE_ASSERT_MSG(false, "Failed to initialise event"); in ConstructOrInitEvent()
100 CORE_ASSERT_MSG(false, "Failed to create function"); in ConstructFunctionsFromMetadata()
H A Devent_impl.h90 CORE_ASSERT_MSG(threadId_ == CORE_NS::ThreadId {}, "EventImpl not allowed to destroy itself when invoked");
H A Dobject.h263 CORE_ASSERT_MSG(t, "Invalid interface %s for base", BASE_NS::to_string(Type::UID).c_str()); in GetBaseAs()
H A Dimplementation_macros.h211 CORE_ASSERT_MSG(metaEvent##name##_, "Metadata not initialized"); \
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_data_helpers.h52 CORE_ASSERT_MSG(index < v.values.size(), "invalid test values"); in GetValue()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_file.cpp56 CORE_ASSERT_MSG(false, "Invalid file access mode."); in OpenFileAccessMode()
72 CORE_ASSERT_MSG(false, "Invalid create file access mode."); in CreateFileAccessMode()
H A Dmemory_file.cpp66 CORE_ASSERT_MSG(false, "Unable to read chunks bigger than (SIZE_MAX) bytes."); in Read()
H A Dstd_directory.cpp122 CORE_ASSERT_MSG(dir_, "Dir not open"); in GetEntries()
221 CORE_ASSERT_MSG(dir_, "Dir not open");
H A Drofs_filesystem.cpp80 CORE_ASSERT_MSG(false, "Unable to read chunks bigger than (SIZE_MAX) bytes.");
H A Dfile_manager.cpp270 CORE_ASSERT_MSG(filesystems_.find(protocol) == filesystems_.cend(), "File system already registered"); in RegisterFilesystem()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_file.cpp139 CORE_ASSERT_MSG(dir_, "Dir not open"); in GetEntries()
204 CORE_ASSERT_MSG(false, "Unable to read chunks bigger than (SIZE_MAX) bytes."); in Read()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dlog.h36 #define CORE_ASSERT_MSG(expression, ...) \ macro
40 #define CORE_ASSERT_MSG(...) CORE_UNUSED(0) macro
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dstack_property.cpp328 CORE_ASSERT_MSG(defaultValue_, "SetInternalAny not called");
337 CORE_ASSERT_MSG(defaultValue_, "SetInternalAny not called");
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dengine.cpp244 CORE_ASSERT_MSG(imageManager_, "Engine not initialized"); in GetImageLoaderManager()
250 CORE_ASSERT_MSG(fileManager_, "Engine not initialized"); in GetFileManager()
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Djson_input.cpp143 CORE_ASSERT_MSG(false, "Unhandled primitive type in Json input"); in Import()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
H A Dlogger.cpp102 CORE_ASSERT_MSG(logLevel != LogLevel::LOG_NONE, "'None' is not a valid log level for writing to the log."); in VLog()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_ktx.cpp437 CORE_ASSERT_MSG(currentImageElementOffset % 4u == 0, "Offset must be aligned to 4 bytes"); in CreateImage()
522 CORE_ASSERT_MSG(true, "NOTE: must convert all data to correct endianness"); in Load()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmetadata.cpp68 CORE_ASSERT_MSG(p, "Trying to add null property"); in AddProperty()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dtask_queue_factory.cpp63 CORE_ASSERT_MSG((result != JNI_OK), "Thread already attached"); in JavaThreadContext()
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.cpp322 CORE_ASSERT_MSG(fontLib_, "font library is not initialized"); in OpenFtFace()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp427 CORE_ASSERT_MSG(false, "Calling ProcessEvents() from an event callback is not allowed"); in ProcessEvents()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.cpp139 CORE_ASSERT_MSG(data, "render data store default material allocation : out of memory"); in AllocateMatrixMemory()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp637 CORE_ASSERT_MSG(CORE_NS::EntityUtil::IsValid(entity), "Invalid ComponentId, bound to INVALID_ENTITY"); in Updated()

Completed in 17 milliseconds

12