Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dmcgregor_common_subgraphs.hpp306 VertexSizeFirst; in mcgregor_common_subgraphs_internal() typedef
349 (VertexSizeFirst)vertex_stack1.size(), new_vertex1, in mcgregor_common_subgraphs_internal()
355 VertexSizeFirst old_graph_size in mcgregor_common_subgraphs_internal()
356 = (VertexSizeFirst)vertex_stack1.size(), in mcgregor_common_subgraphs_internal()
535 VertexSizeFirst; typedef
547 typedef std::pair< VertexSizeFirst,
572 VertexSizeFirst subgraph_size) in operator ()()
708 VertexSizeFirst; typedef
720 typedef std::pair< VertexSizeFirst,
736 , m_largest_size_so_far(make_shared< VertexSizeFirst >(0)) in maximum_subgraph_interceptor()
[all …]
/third_party/boost/libs/graph/example/
Dmcgregor_subgraphs_example.cpp29 typedef typename graph_traits< Graph >::vertices_size_type VertexSizeFirst; typedef
37 VertexSizeFirst subgraph_size) in operator ()()
70 VertexSizeFirst m_max_subgraph_size;