Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dmcgregor_common_subgraphs.hpp295 VertexStackFirst& vertex_stack1, in mcgregor_common_subgraphs_internal() argument
349 (VertexSizeFirst)vertex_stack1.size(), new_vertex1, in mcgregor_common_subgraphs_internal()
356 = (VertexSizeFirst)vertex_stack1.size(), in mcgregor_common_subgraphs_internal()
362 vertex_stack1.push(new_vertex1); in mcgregor_common_subgraphs_internal()
376 correspondence_map_2_to_1, vertex_stack1, in mcgregor_common_subgraphs_internal()
386 if (vertex_stack1.size() > old_graph_size) in mcgregor_common_subgraphs_internal()
389 VertexFirst stack_vertex1 = vertex_stack1.top(); in mcgregor_common_subgraphs_internal()
400 vertex_stack1.pop(); in mcgregor_common_subgraphs_internal()
452 std::stack< VertexFirst > vertex_stack1; in mcgregor_common_subgraphs_internal_init() local
456 vertex_stack1, edges_equivalent, vertices_equivalent, in mcgregor_common_subgraphs_internal_init()