Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h189 int CompareTableOrStructDefine(const PairConstPointer<reflection::Schema> &bothSchema,
191 int CompareStruct(const PairConstPointer<reflection::Schema> &bothSchema,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp867 …latBufferSchema::CompareTableOrStructDefine(const PairConstPointer<reflection::Schema> &bothSchema, in CompareTableOrStructDefine() argument
898 errCode = CompareStruct(bothSchema, {eachSelfField, correspondOtherField}, compared); in CompareTableOrStructDefine()
910 …hemaObject::FlatBufferSchema::CompareStruct(const PairConstPointer<reflection::Schema> &bothSchema, in CompareStruct() argument
914 auto selfObjects = bothSchema.first->objects(); in CompareStruct()
915 auto otherObjects = bothSchema.second->objects(); in CompareStruct()
961 return CompareTableOrStructDefine(bothSchema, {selfStructObj, otherStructObj}, false, compared); in CompareStruct()