Searched defs:hasEdge (Results 1 – 3 of 3) sorted by relevance
67 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge() function102 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
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