Home
last modified time | relevance | path

Searched defs:encode_type (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/dmc/
H A Dtypeof_impl.hpp54 struct encode_type struct
59 typedef typename msvc_register_type<T,mpl::int_<value> >::id2type type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/msvc/
H A Dtypeof_impl.hpp154 struct encode_type struct
159 typedef typename msvc_register_type<T,mpl::int_<value> >::id2type type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/
H A Dencode_decode.hpp50 struct encode_type : BOOST_TYPEOF_ENCODE_NS_QUALIFIER::encode_type_impl<V, T> struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dforeach.hpp401 inline type2type<T> *encode_type(T &, boost::false_type*) { return 0; } in encode_type() function
404 inline type2type<T, const_> *encode_type(T const &, boost::true_type*) { return 0; } in encode_type() function
407 inline type2type<T> *encode_type(T &, boost::mpl::false_*) { return 0; } in encode_type() function
410 inline type2type<T, const_> *encode_type(T const &, boost::mpl::true_*) { return 0; } in encode_type() function