Home
last modified time | relevance | path

Searched refs:wrapped_type (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/iostreams/detail/
Dwrap_unwrap.hpp30 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_/
Dtype_wrapper.hpp32 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/
Dcombine.hpp145 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/
Ddefaults_def.hpp57 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_/
Dat_impl.hpp54 : aux::wrapped_type< typename m_at<
74 : aux::wrapped_type<
/third_party/boost/boost/range/detail/
Dany_iterator_wrapper.hpp56 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_/
Dat.hpp41 : aux::wrapped_type< typename v_at_impl<Vector,n_>::type >
/third_party/boost/boost/parameter/
Dpython.hpp623 , (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/
Dmode_adapter.hpp34 typedef typename wrapped_type<T>::type component_type;
/third_party/boost/boost/python/
Doperators.hpp155 BOOST_DEDUCED_TYPENAME ClassT::wrapped_type in visit()
Dclass.hpp162 typedef W wrapped_type; typedef in boost::python::class_
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c141 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()