Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp936 auto otherStructName = otherStructObj->name(); in CompareStruct() local
938 CHECK_NULL_UNLIKELY_RETURN_ERROR(otherStructName); in CompareStruct()
940 std::string otherName = SchemaUtils::StripNameSpace(otherStructName->str()); in CompareStruct()