Searched refs:isFlexibleType_ (Results 1 – 2 of 2) sorted by relevance
39 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()
58 bool isFlexibleType_ = false; variable