Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp845 auto otherFields = bothObject.second->fields(); in CompareExtraField() local
847 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() local
874 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()