Home
last modified time | relevance | path

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

/third_party/boost/libs/endian/test/
Dorder_test.cpp18 class byte_span class
27 byte_span( unsigned char const * p, std::size_t n ): p_( p ), n_( n ) in byte_span() function in byte_span
31 template<std::size_t N> explicit byte_span( unsigned char const (&a)[ N ] ): p_( a ), n_( N ) in byte_span() function in byte_span
Dstore_convenience_test.cpp14 class byte_span class
23 byte_span( unsigned char const * p, std::size_t n ): p_( p ), n_( n ) in byte_span() function in byte_span
27 template<std::size_t N> explicit byte_span( unsigned char const (&a)[ N ] ): p_( a ), n_( N ) in byte_span() function in byte_span
Dendian_store_test.cpp14 class byte_span class
23 byte_span( unsigned char const * p, std::size_t n ): p_( p ), n_( n ) in byte_span() function in byte_span
27 template<std::size_t N> explicit byte_span( unsigned char const (&a)[ N ] ): p_( a ), n_( N ) in byte_span() function in byte_span