Searched refs:src_t (Results 1 – 7 of 7) 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 91 return src_t == dst_t ? boost::addressof(m_held) in holds() 92 : find_static_type(boost::addressof(m_held), src_t, dst_t); in holds() 99 type_info src_t = python::type_id<Value>(); in holds() local 102 if (dst_t == src_t) in holds() 107 return find_static_type(x, src_t, dst_t); in holds()
|
D | pointer_holder.hpp | 152 type_info src_t = python::type_id<non_const_value>(); in holds() local 153 return src_t == dst_t ? p : find_dynamic_type(p, src_t, dst_t); in holds() 172 type_info src_t = python::type_id<Value>(); in holds() local 173 return src_t == dst_t ? p : find_dynamic_type(p, src_t, dst_t); in holds()
|
D | inheritance.hpp | 27 class_id src_t, class_id dst_t, void* (*cast)(void*), bool is_downcast);
|
/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() argument 393 index_entry* src_p = seek_type(src_t); in convert_type() 405 : std::make_pair(p, src_t); in convert_type() 410 cache_element seek(boost::make_tuple(src_t, dst_t, offset, dynamic_id.second)); in convert_type() 424 smart_graph const& g = polymorphic && dynamic_id.second != src_t 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() argument 443 return convert_type(p, src_t, dst_t, true); 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() argument 448 return convert_type(p, src_t, dst_t, false); in find_static_type() 452 class_id src_t, class_id dst_t, cast_function cast, bool is_downcast) in add_cast() argument [all …]
|
/third_party/boost/boost/python/ |
D | cast.hpp | 78 typedef typename detail::add_cv<Source>::type src_t; in upcast_impl() typedef 80 bool const same = detail::is_same<src_t,target_t>::value; in upcast_impl()
|
/third_party/boost/boost/gil/ |
D | color_convert.hpp | 161 using src_t = typename channel_type<SrcPixel>::type; in operator ()() typedef 162 src_t const r = get_color(src, red_t()); in operator ()() 163 src_t const g = get_color(src, green_t()); in operator ()() 164 src_t const b = get_color(src, blue_t()); in operator ()()
|
/third_party/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 859 type src_t, file_type, mountpoint; 1282 allow src_t fs_t:filesystem associate; 1283 allow src_t noxattrfs:filesystem associate;
|