OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cut_edges
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/payload_generator/
inplace_generator_unittest.cc
240
set<Edge>
cut_edges
;
local
241
cycle_breaker.BreakCycles(graph, &
cut_edges
);
243
EXPECT_EQ(1U,
cut_edges
.size());
244
EXPECT_TRUE(
cut_edges
.end() !=
cut_edges
.find(
248
EXPECT_TRUE(InplaceGenerator::CutEdges(&graph,
cut_edges
, &cuts));
inplace_generator.cc
607
set<Edge>
cut_edges
;
local
608
cycle_breaker.BreakCycles(*graph, &
cut_edges
);
616
TEST_AND_RETURN_FALSE(CutEdges(graph,
cut_edges
, &cuts));
Completed in 138 milliseconds