Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp779 SchemaDefine emptyDefine; in CompareSchemaDefine() local
781 (schemaDefine_.count(depth) == 0 ? emptyDefine : schemaDefine_.at(depth)); in CompareSchemaDefine()
783 … (newSchema.schemaDefine_.count(depth) == 0 ? emptyDefine : newSchema.schemaDefine_.at(depth)); in CompareSchemaDefine()