Home
last modified time | relevance | path

Searched refs:CompareTableOrStructDefine (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,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp202 …return CompareTableOrStructDefine({selfSchema, otherSchema}, {selfRootTable, otherRootTable}, true, in CompareFlatBufferDefine()
867 int SchemaObject::FlatBufferSchema::CompareTableOrStructDefine(const PairConstPointer<reflection::S… in CompareTableOrStructDefine() function in DistributedDB::SchemaObject::FlatBufferSchema
961 return CompareTableOrStructDefine(bothSchema, {selfStructObj, otherStructObj}, false, compared); in CompareStruct()