Home
last modified time | relevance | path

Searched refs:versionMinorMax (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp112 uint32_t versionMinorMax { IGNORE_VERSION }; member
160 if ((range.versionMinorMax != CompatibilityRange::IGNORE_VERSION) && in CheckCompatibility()
161 (versionMinor > range.versionMinorMax)) { in CheckCompatibility()