Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dtype_with_alignment.hpp76 template <std::size_t Target, bool check> struct char_alignment{ typedef char type; }; struct
77 template <std::size_t Target> struct char_alignment<Target, false>{ typedef typename short_alignmen… struct
84 …typedef typename boost::detail::char_alignment<Align, boost::alignment_of<char>::value >= Align>::… argument
162 boost::detail::char_alignment<8, false> >::type t1;
171 boost::detail::char_alignment<16, false> >::type t1;
180 boost::detail::char_alignment<32, false> >::type t1;
188 boost::detail::char_alignment<64, false> >::type t1;
196 boost::detail::char_alignment<128, false> >::type t1;