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.cc81 subgraph_[*it].subgraph_edges.clear(); in BreakCycles()
87 subgraph_[*it].subgraph_edges.insert(*jt); in BreakCycles()
176 subgraph_[vertex].subgraph_edges.begin(); in Circuit()
177 w != subgraph_[vertex].subgraph_edges.end(); ++w) { in Circuit()
197 subgraph_[vertex].subgraph_edges.begin(); in Circuit()
198 w != subgraph_[vertex].subgraph_edges.end(); ++w) { in Circuit()
Dgraph_types.h68 SubgraphEdgeMap subgraph_edges; member