Lines Matching refs:vector
5 #include <vector>
10 typedef std::vector<cola::Edge> Edges;
11 typedef std::vector<bool> CyclicEdges;
20 std::vector<unsigned> dests;
31 std::vector<bool> *detect_cycles();
42 std::vector<Node *> *nodes; // the nodes in the graph
43 std::vector<bool> *cyclicEdgesMapping; // the cyclic edges in the graph.
44 std::vector<unsigned> traverse; // nodes still left to visit in the graph
51 bool find_node(std::vector<Node *> *& list, unsigned k);
52 std::pair< bool, std::vector<unsigned>::iterator > find_node(std::vector<unsigned>& list, unsigned k);