Searched refs:CompareTableOrStructDefine (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | schema_object.h | 189 int CompareTableOrStructDefine(const PairConstPointer<reflection::Schema> &bothSchema,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | flatbuffer_schema.cpp | 202 …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()
|