Home
last modified time | relevance | path

Searched defs:max_pointer_plus_bits (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dpointer_plus_bits.hpp47 struct max_pointer_plus_bits struct
49 static const std::size_t value = 0;
56 struct max_pointer_plus_bits<void*, Alignment> struct
58 static const std::size_t value = detail::ls_zeros<Alignment>::value;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/
Dsmart_ptr.hpp273 struct max_pointer_plus_bits<smart_ptr<void>, Alignment> struct
275 static const std::size_t value = max_pointer_plus_bits<void*, Alignment>::value;