Searched defs:encode_type (Results 1 – 4 of 4) sorted by relevance
54 struct encode_type struct59 typedef typename msvc_register_type<T,mpl::int_<value> >::id2type type;
154 struct encode_type struct159 typedef typename msvc_register_type<T,mpl::int_<value> >::id2type type;
50 struct encode_type : BOOST_TYPEOF_ENCODE_NS_QUALIFIER::encode_type_impl<V, T> struct
401 inline type2type<T> *encode_type(T &, boost::false_type*) { return 0; } in encode_type() function404 inline type2type<T, const_> *encode_type(T const &, boost::true_type*) { return 0; } in encode_type() function407 inline type2type<T> *encode_type(T &, boost::mpl::false_*) { return 0; } in encode_type() function410 inline type2type<T, const_> *encode_type(T const &, boost::mpl::true_*) { return 0; } in encode_type() function