Searched refs:otherFields (Results 1 – 1 of 1) sorted by relevance
845 auto otherFields = bothObject.second->fields(); in CompareExtraField() local847 CHECK_NULL_UNLIKELY_RETURN_ERROR(otherFields); in CompareExtraField()849 for (uint32_t i = 0; i < otherFields->size(); i++) { in CompareExtraField()850 auto eachOtherField = (*otherFields)[i]; in CompareExtraField()872 auto otherFields = bothObject.second->fields(); in CompareTableOrStructDefine() local874 CHECK_NULL_UNLIKELY_RETURN_ERROR(otherFields); in CompareTableOrStructDefine()875 int errCode = CompareFieldCount(isRoot, selfFields->size(), otherFields->size()); in CompareTableOrStructDefine()885 auto correspondOtherField = otherFields->LookupByKey(selfName->c_str()); in CompareTableOrStructDefine()904 if (selfFields->size() == otherFields->size()) { in CompareTableOrStructDefine()