Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h135 …int CompareSchemaDefineByDepth(const SchemaDefine &oldDefine, const SchemaDefine &newDefine) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp822 int SchemaObject::CompareSchemaDefineByDepth(const SchemaDefine &oldDefine, const SchemaDefine &new… in CompareSchemaDefineByDepth() argument
825 for (auto &entry : oldDefine) { in CompareSchemaDefineByDepth()
839 if (oldDefine.count(entry.first) != 0) { in CompareSchemaDefineByDepth()