Home
last modified time | relevance | path

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

/third_party/boost/libs/endian/test/
Dbuffer_test.cpp36 BOOST_TEST_EQ(sizeof(big_int32_buf_t), 4u); in check_size()
216 test_buffer_type<big_int32_buf_t>( 0x01020304, -0x01020304 ); in test_construction_and_assignment()
/third_party/boost/libs/endian/doc/endian/
Dbuffers.adoc58 big_int32_buf_t file_code;
59 big_int32_buf_t file_length;
163 Typedefs, such as `big_int32_buf_t`, provide convenient naming conventions for
263 typedef endian_buffer<order::big, int_least32_t, 32> big_int32_buf_t;
/third_party/boost/boost/endian/
Dbuffers.hpp115 typedef endian_buffer<order::big, int_least32_t, 32> big_int32_buf_t; typedef