Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dmcgregor_common_subgraphs.hpp292 const VertexIndexMapSecond& vindex_map2, in mcgregor_common_subgraphs_internal() argument
375 vindex_map1, vindex_map2, correspondence_map_1_to_2, in mcgregor_common_subgraphs_internal()
421 const VertexIndexMapSecond vindex_map2, in mcgregor_common_subgraphs_internal_init() argument
441 correspondence_map_2_to_1(num_vertices(graph2), vindex_map2); in mcgregor_common_subgraphs_internal_init()
455 vindex_map2, correspondence_map_1_to_2, correspondence_map_2_to_1, in mcgregor_common_subgraphs_internal_init()
473 const VertexIndexMapSecond vindex_map2, in mcgregor_common_subgraphs() argument
480 vindex_map2, edges_equivalent, vertices_equivalent, in mcgregor_common_subgraphs()
556 const VertexIndexMapSecond vindex_map2, in unique_subgraph_interceptor()
561 , m_vindex_map2(vindex_map2) in unique_subgraph_interceptor()
645 const VertexIndexMapSecond vindex_map2, in mcgregor_common_subgraphs_unique() argument
[all …]
/third_party/boost/libs/graph/test/
Dmcgregor_subgraphs_test.cpp93 VertexIndexMap vindex_map2 = get(boost::vertex_index, subgraph2); in operator ()() local
147 = vertex(get(vindex_map2, vertex2), m_common_subgraph); in operator ()()
162 = vertex(get(vindex_map2, vertex2_2), m_common_subgraph); in operator ()()