Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp841 int CompareExtraField(const PairConstPointer<reflection::Object> &bothObject) in CompareExtraField() argument
844 auto selfFields = bothObject.first->fields(); in CompareExtraField()
845 auto otherFields = bothObject.second->fields(); in CompareExtraField()
868 …const PairConstPointer<reflection::Object> &bothObject, bool isRoot, std::set<std::string> &compar… in CompareTableOrStructDefine() argument
871 auto selfFields = bothObject.first->fields(); in CompareTableOrStructDefine()
872 auto otherFields = bothObject.second->fields(); in CompareTableOrStructDefine()
907 return CompareExtraField(bothObject); in CompareTableOrStructDefine()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h190 …const PairConstPointer<reflection::Object> &bothObject, bool isRoot, std::set<std::string> &compar…