Searched refs:superUid (Results 1 – 1 of 1) sorted by relevance
179 auto superUid = agr->GetSuperClassUid(); in ConstructObjectInternal() local180 if (superUid != BASE_NS::Uid {}) { in ConstructObjectInternal()181 OBJ_REG_LOG("\tCreate super of %s", GetClassName(superUid).c_str()); in ConstructObjectInternal()182 auto super = CreateInternal(superUid, classes); in ConstructObjectInternal()185 … CORE_LOG_F("Could not create the super class [uid=%s]", BASE_NS::to_string(superUid).c_str()); in ConstructObjectInternal()