Searched refs:AddEdgeByLabel (Results 1 – 4 of 4) sorted by relevance
54 graph.AddEdgeByLabel(0x12, 0x34);55 graph.AddEdgeByLabel(0x34, 0x12);67 graph.AddEdgeByLabel(0x12, 0x34);68 graph.AddEdgeByLabel(0x34, 0x12);
34 void AddEdgeByLabel(uint64_t startLabel, uint64_t endLabel);
40 void GraphCheckCyclic::AddEdgeByLabel(uint64_t startLabel, uint64_t endLabel) in AddEdgeByLabel() function in ffrt::GraphCheckCyclic
71 graph.AddEdgeByLabel(ownerTask, task); in AddNode()