Home
last modified time | relevance | path

Searched defs:src_t (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/python/object/
Dvalue_holder.hpp90 type_info src_t = python::type_id<Value>(); in holds() local
99 type_info src_t = python::type_id<Value>(); in holds() local
Dpointer_holder.hpp152 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/
Dinheritance.cpp390 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/
Dcast.hpp78 typedef typename detail::add_cv<Source>::type src_t; in upcast_impl() typedef
/third_party/boost/boost/gil/
Dcolor_convert.hpp161 using src_t = typename channel_type<SrcPixel>::type; in operator ()() typedef