Searched refs:m_combine (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/graph/ |
D | astar_search.hpp | 138 , m_combine(combine) in astar_bfs_visitor() 181 m_combine, m_compare); in tree_edge() 187 m_combine( in tree_edge() 199 m_combine, m_compare); in gray_target() 204 m_combine( in gray_target() 218 m_combine, m_compare); in black_target() 224 m_combine( in black_target() 242 BinaryFunction m_combine; member
|
D | dijkstra_shortest_paths.hpp | 128 , m_combine(combine) in dijkstra_bfs_visitor() 137 m_distance, m_combine, m_compare); in tree_edge() 148 m_distance, m_combine, m_compare); in gray_target() 203 if (m_compare(m_combine(m_zero, get(m_weight, e)), m_zero)) in examine_edge() 221 BinaryFunction m_combine; member
|
/third_party/boost/boost/graph/distributed/ |
D | eager_dijkstra_shortest_paths.hpp | 94 m_combine(combine), m_compare(compare), m_zero(zero) { } in parallel_dijkstra_bfs_visitor() 120 m_combine, m_compare); in examine_edge() 144 BinaryFunction m_combine; member
|