Searched defs:src_t (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/python/object/ |
D | value_holder.hpp | 90 type_info src_t = python::type_id<Value>(); in holds() local 99 type_info src_t = python::type_id<Value>(); in holds() local
|
D | pointer_holder.hpp | 152 type_info src_t = python::type_id<non_const_value>(); in holds() local 172 type_info src_t = python::type_id<Value>(); in holds() local
|
/third_party/boost/libs/python/src/object/ |
D | inheritance.cpp | 390 inline void* convert_type(void* const p, class_id src_t, class_id dst_t, bool polymorphic) in convert_type() 441 BOOST_PYTHON_DECL void* find_dynamic_type(void* p, class_id src_t, class_id dst_t) in find_dynamic_type() 446 BOOST_PYTHON_DECL void* find_static_type(void* p, class_id src_t, class_id dst_t) in find_static_type() 452 class_id src_t, class_id dst_t, cast_function cast, bool is_downcast) in add_cast()
|
/third_party/boost/boost/python/ |
D | cast.hpp | 78 typedef typename detail::add_cv<Source>::type src_t; in upcast_impl() typedef
|
/third_party/boost/boost/gil/ |
D | color_convert.hpp | 161 using src_t = typename channel_type<SrcPixel>::type; in operator ()() typedef
|