Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dgraph_check.cpp40 void GraphCheckCyclic::AddEdgeByLabel(uint64_t startLabel, uint64_t endLabel) in AddEdgeByLabel() argument
42 std::map<uint64_t, std::list<uint64_t>>::iterator it = vetexes.find(startLabel); in AddEdgeByLabel()
H A Dgraph_check.h34 void AddEdgeByLabel(uint64_t startLabel, uint64_t endLabel);