Home
last modified time | relevance | path

Searched defs:wrapped_type (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/mpl/aux_/
Dtype_wrapper.hpp34 template< typename T > struct wrapped_type< type_wrapper<T> > struct
36 typedef T type;
39 template< typename W > struct wrapped_type struct
41 typedef typename W::type type;
/third_party/boost/boost/iostreams/detail/
Dwrap_unwrap.hpp30 struct wrapped_type struct
/third_party/boost/boost/python/detail/
Ddefaults_def.hpp57 typedef typename NameSpaceT::wrapped_type wrapped_type; in name_space_def() typedef
/third_party/boost/boost/range/detail/
Dany_iterator_wrapper.hpp56 typedef WrappedIterator wrapped_type; typedef in boost::range_detail::any_incrementable_iterator_wrapper
/third_party/boost/boost/python/
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