Searched refs:wrapped_type (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/iostreams/detail/ |
D | wrap_unwrap.hpp | 30 struct wrapped_type struct 56 inline typename wrapped_type<T>::type 60 inline typename wrapped_type<T>::type // BCC 5.x needs namespace qualification. 64 inline typename wrapped_type<T>::type // BCC 5.x needs namespace qualification. 68 inline typename wrapped_type<T>::type 72 inline typename wrapped_type<T>::type 76 inline typename wrapped_type<T>::type 80 inline typename wrapped_type<T>::type
|
/third_party/boost/boost/mpl/aux_/ |
D | type_wrapper.hpp | 32 template< typename T > struct wrapped_type; 34 template< typename T > struct wrapped_type< type_wrapper<T> > struct 39 template< typename W > struct wrapped_type struct
|
/third_party/boost/boost/iostreams/ |
D | combine.hpp | 145 typename wrapped_type<In>::type, 146 typename wrapped_type<Out>::type 149 typename wrapped_type<In>::type, 150 typename wrapped_type<Out>::type 160 typedef typename detail::wrapped_type<In>::type in_type; 161 typedef typename detail::wrapped_type<Out>::type out_type;
|
/third_party/boost/boost/python/detail/ |
D | defaults_def.hpp | 57 typedef typename NameSpaceT::wrapped_type wrapped_type; in name_space_def() typedef 62 f, policies, kw, get_signature(f, (wrapped_type*)0)) in name_space_def()
|
/third_party/boost/boost/mpl/map/aux_/ |
D | at_impl.hpp | 54 : aux::wrapped_type< typename m_at< 74 : aux::wrapped_type<
|
/third_party/boost/boost/range/detail/ |
D | any_iterator_wrapper.hpp | 56 typedef WrappedIterator wrapped_type; typedef in boost::range_detail::any_incrementable_iterator_wrapper 67 explicit any_incrementable_iterator_wrapper(wrapped_type it) in any_incrementable_iterator_wrapper() 122 wrapped_type m_it;
|
/third_party/boost/boost/mpl/vector/aux_/ |
D | at.hpp | 41 : aux::wrapped_type< typename v_at_impl<Vector,n_>::type >
|
/third_party/boost/boost/parameter/ |
D | python.hpp | 623 , (aux::make_init_invoker<typename Class::wrapped_type>*)0 in visit_aux() 683 , (aux::make_call_invoker<typename Class::wrapped_type, result_type>*)0 in visit() 725 Fwd, result_type, typename Class::wrapped_type in visit()
|
/third_party/boost/boost/iostreams/detail/adapter/ |
D | mode_adapter.hpp | 34 typedef typename wrapped_type<T>::type component_type;
|
/third_party/boost/boost/python/ |
D | operators.hpp | 155 BOOST_DEDUCED_TYPENAME ClassT::wrapped_type in visit()
|
D | class.hpp | 162 typedef W wrapped_type; typedef in boost::python::class_
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 141 upb_fieldtype_t wrapped_type; // Only for wrappers. member 159 hd->wrapped_type = upb_fielddef_type(value_f); in newsubmsghandlerdata() 347 switch (submsgdata->wrapped_type) { in startwrapper()
|