Searched refs:alg_ (Results 1 – 1 of 1) sorted by relevance
194 explicit Namer(const AdjacencyListGraph& alg) : BlockNamer(), alg_(alg) {} in Dump()196 if (alg_.HasBlock(blk)) { in Dump()197 return os << alg_.GetName(blk) << " (" << blk->GetBlockId() << ")"; in Dump()203 const AdjacencyListGraph& alg_; in Dump() member