Searched refs:lookup_shared_ptr (Results 1 – 3 of 3) sorted by relevance
76 registry::lookup_shared_ptr(type_id<shared_ptr<T> >()); in register_shared_ptr0()84 registry::lookup_shared_ptr(type_id<std::shared_ptr<T> >()); in register_shared_ptr0()
25 BOOST_PYTHON_DECL registration const& lookup_shared_ptr(type_info);
289 registration const& lookup_shared_ptr(type_info key) in lookup_shared_ptr() function