Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/include/boost/endian/detail/
Dendian_load.hpp28 …, BOOST_SCOPED_ENUM(order) O1, std::size_t N2, BOOST_SCOPED_ENUM(order) O2> struct endian_load_impl struct
55 template<class T, std::size_t N, BOOST_SCOPED_ENUM(order) O> struct endian_load_impl<T, N, O, N, O> struct
57 inline T operator()( unsigned char const * p ) const BOOST_NOEXCEPT in operator ()()
69 …N, BOOST_SCOPED_ENUM(order) O1, BOOST_SCOPED_ENUM(order) O2> struct endian_load_impl<T, N, O1, N, … struct
71 inline T operator()( unsigned char const * p ) const BOOST_NOEXCEPT in operator ()()
88 template<class T, BOOST_SCOPED_ENUM(order) Order> struct endian_load_impl<T, 2, Order, 1, order::li… struct
90 inline T operator()( unsigned char const * p ) const BOOST_NOEXCEPT in operator ()()
103 template<class T, BOOST_SCOPED_ENUM(order) Order> struct endian_load_impl<T, 2, Order, 1, order::bi… struct
105 inline T operator()( unsigned char const * p ) const BOOST_NOEXCEPT in operator ()()
120 template<class T, BOOST_SCOPED_ENUM(order) Order> struct endian_load_impl<T, 4, Order, 1, order::li… struct
[all …]