Home
last modified time | relevance | path

Searched refs:EdgeWeight (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/payload_generator/
Dgraph_utils.h34 uint64_t EdgeWeight(const Graph& graph, const Edge& edge);
Dgraph_utils_unittest.cc56 EXPECT_EQ(4U, graph_utils::EdgeWeight(graph, make_pair(0, 1))); in TEST()
Dgraph_utils.cc38 uint64_t EdgeWeight(const Graph& graph, const Edge& edge) { in EdgeWeight() function
Dcycle_breaker.cc120 uint64_t edge_weight = graph_utils::EdgeWeight(subgraph_, edge); in HandleCircuit()
Dinplace_generator.cc152 scratch_blocks_used += graph_utils::EdgeWeight(*graph, edge); in CutEdges()
154 scratch_allocator.Allocate(graph_utils::EdgeWeight(*graph, edge)); in CutEdges()
181 graph_utils::EdgeWeight(*graph, edge) * kBlockSize); in CutEdges()