Searched refs:maybe_load_properties (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/graph/distributed/adjlist/ |
D | serialization.hpp | 109 void maybe_load_properties( in maybe_load_properties() function 113 maybe_load_properties(ar, name, static_cast<Base&>(properties)); in maybe_load_properties() 117 void maybe_load_properties( in maybe_load_properties() function 122 void maybe_load_properties( in maybe_load_properties() function 127 maybe_load_properties(ar, name, prop); in maybe_load_properties() 348 detail::parallel::maybe_load_properties(m_ar, "vertex_property", in maybe_load_and_store_local_vertex() 367 detail::parallel::maybe_load_properties(m_ar, "vertex_property", in maybe_load_and_store_local_vertex() 407 detail::parallel::maybe_load_properties(m_ar, "edge_property", properties); in load_edges()
|