Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dmcgregor_common_subgraphs.hpp61 property_map_equivalent(const PropertyMapFirst property_map1, in property_map_equivalent()
63 : m_property_map1(property_map1), m_property_map2(property_map2) in property_map_equivalent()
83 const PropertyMapFirst property_map1, const PropertyMapSecond property_map2) in make_property_map_equivalent() argument
87 property_map1, property_map2)); in make_property_map_equivalent()
Dgraph_utility.hpp471 bool are_property_maps_different(const PropertyMapFirst property_map1, in are_property_maps_different() argument
477 if (get(property_map1, vertex) != get(property_map2, vertex)) in are_property_maps_different()