Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dtype_descriptor.cpp39 isFlexibleType_ = (typeId_.find(FLEXIBLE_TYPE_FLAG) != typeId_.npos); in TypeDescriptor()
76 if (isFlexibleType_) { in BelongsTo()
101 if (isFlexibleType_) { in IsLowerLevelType()
121 if (isFlexibleType_) { // flexibleType cannot be other type height level. in IsHigherLevelType()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dtype_descriptor.h58 bool isFlexibleType_ = false; variable