Home
last modified time | relevance | path

Searched defs:get_owner (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/python/detail/
Dwrapper_base.hpp70 inline PyObject* get_owner(wrapper_base const volatile& w) in get_owner() function
/third_party/boost/boost/msm/back/
Dmetafunctions.hpp577 struct get_owner struct
583 State >::type type;
/third_party/boost/boost/graph/distributed/
Dbetweenness_centrality.hpp91 owner_type get_owner(Tuple t) { return get(owner, boost::tuples::get<0>(t)); } in get_owner() function in boost::get_owner_of_first_tuple_element
111 owner_type get_owner(std::pair<Vertex, T> p) { return get(owner, p.first); } in get_owner() function in boost::get_owner_of_first_pair_element