Searched defs:EdgeWeight (Results 1 – 3 of 3) sorted by relevance
293 struct EdgeWeight { struct294 EdgeWeight(GCOVBlock *D): Dst(D), Count(0) {} in EdgeWeight() function296 GCOVBlock *Dst;297 uint64_t Count;
31 typedef std::pair<Edge, double> EdgeWeight; typedef
127 double EdgeWeight(const Vertex& vertex1, const Vertex& vertex2) const { in EdgeWeight() function