Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h108 static bool IsCircularDependency(int size, const std::vector<std::vector<int>> &dependency);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp260 if (DBCommon::IsCircularDependency(index, dependency)) { in CheckTableReference()
H A Ddb_common.cpp512 bool DBCommon::IsCircularDependency(int size, const std::vector<std::vector<int>> &dependency) in IsCircularDependency() function in DistributedDB::DBCommon