Searched refs:big_int32_buf_t (Results 1 – 3 of 3) sorted by relevance
36 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()
58 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 for263 typedef endian_buffer<order::big, int_least32_t, 32> big_int32_buf_t;
115 typedef endian_buffer<order::big, int_least32_t, 32> big_int32_buf_t; typedef