Searched defs:hasEdge (Results 1 – 3 of 3) sorted by relevance
69 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge() function104 bool hasEdge(uptr from, uptr to) const { in hasEdge() function
68 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge() function103 bool hasEdge(uptr from, uptr to) const { in hasEdge() function
334 bool hasEdge(unsigned srcId, unsigned dstId, Value value = nullptr) { in hasEdge() function