Home
last modified time | relevance | path

Searched refs:native_int8_t (Results 1 – 5 of 5) sorted by relevance

/external/sdv/vsomeip/third_party/boost/endian/test/
Dendian_test.cpp195 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()
Dendian_in_union_test.cpp58 native_int8_t native_8;
Dendian_operations_test.cpp244 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/
Darithmetic.hpp149 typedef endian_arithmetic<order::native, int_least8_t, 8> native_int8_t; typedef
/external/sdv/vsomeip/third_party/boost/endian/doc/endian/
Darithmetic.adoc330 typedef endian_arithmetic<order::native, int_least8_t, 8> native_int8_t;