Searched refs:encode_type (Results 1 – 8 of 8) 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 D | typeof_impl.hpp | 54 struct encode_type struct 69 typedef char(*type)[encode_type<T>::value];
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/ |
| H A D | typeof_impl.hpp | 39 sizer<typename encode_type<V, T>::type> encode(const T&); 44 sizer<typename encode_type<V, T>::type> >::type encode(T&); 49 sizer<typename encode_type<V, T>::type> >::type encode(const T&);
|
| H A D | modifiers.hpp | 19 typename boost::type_of::encode_type<\ 93 typename boost::type_of::encode_type<\
|
| H A D | encode_decode.hpp | 50 struct encode_type : BOOST_TYPEOF_ENCODE_NS_QUALIFIER::encode_type_impl<V, T> struct
|
| H A D | encode_decode_params.hpp | 24 typename boost::type_of::encode_type<
|
| H A D | type_template_param.hpp | 22 typedef typename boost::type_of::encode_type<\
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/msvc/ |
| H A D | typeof_impl.hpp | 154 struct encode_type struct 169 typedef char(*type)[encode_type<T>::value];
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | foreach.hpp | 401 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 912 (true ? 0 : boost::foreach_detail_::encode_type(COL, boost::foreach_detail_::is_const_(COL)))
|