Home
last modified time | relevance | path

Searched refs:subgraph_edges (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_generator/
Dcycle_breaker.cc83 subgraph_[*it].subgraph_edges.clear(); in BreakCycles()
90 subgraph_[*it].subgraph_edges.insert(*jt); in BreakCycles()
181 subgraph_[vertex].subgraph_edges.begin(); in Circuit()
182 w != subgraph_[vertex].subgraph_edges.end(); in Circuit()
203 subgraph_[vertex].subgraph_edges.begin(); in Circuit()
204 w != subgraph_[vertex].subgraph_edges.end(); in Circuit()
Dgraph_types.h65 SubgraphEdgeMap subgraph_edges; member