Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp767 int CompareFieldCount(bool isRoot, uint32_t selfCount, uint32_t otherCount) in CompareFieldCount() argument
770 if (otherCount < selfCount) { in CompareFieldCount()
771 … LOGW("[FBSchema][CompareRoot] RootFieldSize: %" PRIu32 " vs %" PRIu32, selfCount, otherCount); in CompareFieldCount()
775 if (selfCount != otherCount) { in CompareFieldCount()
776 … LOGW("[FBSchema][CompareRoot] StructFieldSize: %" PRIu32 " vs %" PRIu32, selfCount, otherCount); in CompareFieldCount()
780 … return (selfCount == otherCount) ? -E_SCHEMA_EQUAL_EXACTLY : -E_SCHEMA_UNEQUAL_COMPATIBLE_UPGRADE; in CompareFieldCount()