Searched refs:holds_wrapped (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/python/object/ |
D | value_holder.hpp | 52 inline void* holds_wrapped(type_info dst_t, wrapper<T>*,T* p) in holds_wrapped() function 57 inline void* holds_wrapped(type_info, ...) in holds_wrapped() function 87 if (void* wrapped = holds_wrapped(dst_t, boost::addressof(m_held), boost::addressof(m_held))) in holds()
|
D | pointer_holder.hpp | 68 inline void* holds_wrapped(type_info dst_t, wrapper<T>*,T* p) in holds_wrapped() function 73 inline void* holds_wrapped(type_info, ...) in holds_wrapped() function 149 if (void* wrapped = holds_wrapped(dst_t, p, p)) in holds()
|