Searched refs:native_int8_t (Results 1 – 5 of 5) sorted by relevance
/external/sdv/vsomeip/third_party/boost/endian/test/ |
D | endian_test.cpp | 195 native_int8_t native_8; in check_data() 344 VERIFY_SIZE( sizeof( native_int8_t ), 1 ); in check_size() 452 native_int8_t v0; in check_alignment() 635 VERIFY_NATIVE_REPRESENTATION( native_int8_t ); in check_representation_and_range_and_ops() 636 VERIFY_VALUE_AND_OPS( native_int8_t, int_least8_t, 0x7e ); in check_representation_and_range_and_ops() 637 VERIFY_VALUE_AND_OPS( native_int8_t, int_least8_t, -0x80 ); in check_representation_and_range_and_ops()
|
D | endian_in_union_test.cpp | 58 native_int8_t native_8;
|
D | endian_operations_test.cpp | 244 Test<T1, be::native_int8_t>::test(); in op_test_aux() 307 op_test_aux<Test, be::native_int8_t>(); in op_test()
|
/external/sdv/vsomeip/third_party/boost/endian/include/boost/endian/ |
D | arithmetic.hpp | 149 typedef endian_arithmetic<order::native, int_least8_t, 8> native_int8_t; typedef
|
/external/sdv/vsomeip/third_party/boost/endian/doc/endian/ |
D | arithmetic.adoc | 330 typedef endian_arithmetic<order::native, int_least8_t, 8> native_int8_t;
|