Searched refs:isFlexibleType (Results 1 – 2 of 2) sorted by relevance
46 bool TypeDescriptor::CmpFlexibleTypeLevel(const std::string higherLevelTypeId, bool isFlexibleType) in CmpFlexibleTypeLevel() argument55 if (!isFlexibleType) { in CmpFlexibleTypeLevel()70 bool isFlexibleType = typeId.find(FLEXIBLE_TYPE_FLAG) != typeId_.npos; in BelongsTo() local71 if (!UtdGraph::GetInstance().IsValidType(typeId) && !isFlexibleType) { in BelongsTo()81 checkResult = CmpFlexibleTypeLevel(typeId, isFlexibleType); in BelongsTo()96 bool isFlexibleType = typeId.find(FLEXIBLE_TYPE_FLAG) != typeId_.npos; in IsLowerLevelType() local97 if (!UtdGraph::GetInstance().IsValidType(typeId) && !isFlexibleType) { in IsLowerLevelType()102 checkResult = CmpFlexibleTypeLevel(typeId, isFlexibleType); in IsLowerLevelType()116 bool isFlexibleType = typeId.find(FLEXIBLE_TYPE_FLAG) != typeId_.npos; in IsHigherLevelType() local117 if (!UtdGraph::GetInstance().IsValidType(typeId) && !isFlexibleType) { in IsHigherLevelType()
49 bool CmpFlexibleTypeLevel(const std::string higherLevelTypeId, bool isFlexibleType);