Home
last modified time | relevance | path

Searched refs:IGNORE_VERSION (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H A Dio_util.h45 static const uint32_t IGNORE_VERSION = { ~0u }; member
47 uint32_t versionMajorMin{ IGNORE_VERSION };
48 uint32_t versionMajorMax{ IGNORE_VERSION };
49 uint32_t versionMinorMin{ IGNORE_VERSION };
50 uint32_t versionMinorMax{ IGNORE_VERSION };
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp107 static const uint32_t IGNORE_VERSION = { ~0u }; member
109 uint32_t versionMajorMin { IGNORE_VERSION };
110 uint32_t versionMajorMax { IGNORE_VERSION };
111 uint32_t versionMinorMin { IGNORE_VERSION };
112 uint32_t versionMinorMax { IGNORE_VERSION };
148 if ((range.versionMajorMin != CompatibilityRange::IGNORE_VERSION) && in CheckCompatibility()
152 if ((range.versionMajorMax != CompatibilityRange::IGNORE_VERSION) && in CheckCompatibility()
156 if ((range.versionMinorMin != CompatibilityRange::IGNORE_VERSION) && in CheckCompatibility()
160 if ((range.versionMinorMax != CompatibilityRange::IGNORE_VERSION) && in CheckCompatibility()
851 const auto minor = IoUtil::CompatibilityRange::IGNORE_VERSION; in ReadEntityCollection()
[all...]
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dio_util.cpp72 if ((range.versionMajorMin != CompatibilityRange::IGNORE_VERSION) && in CheckCompatibility()
76 if ((range.versionMajorMax != CompatibilityRange::IGNORE_VERSION) && in CheckCompatibility()
80 if ((range.versionMinorMin != CompatibilityRange::IGNORE_VERSION) && in CheckCompatibility()
84 if ((range.versionMinorMax != CompatibilityRange::IGNORE_VERSION) && in CheckCompatibility()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp788 const auto minor = IoUtil::CompatibilityRange::IGNORE_VERSION; in ReadEntityCollection()

Completed in 5 milliseconds