Home
last modified time | relevance | path

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

/third_party/boost/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;
/third_party/boost/libs/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;
/third_party/boost/boost/interprocess/
Doffset_ptr.hpp692 struct max_pointer_plus_bits<boost::interprocess::offset_ptr<void, P, O, A>, OffsetAlignment> struct
696 …c const std::size_t value = ::boost::interprocess::ipcdetail::ls_zeros<OffsetAlignment>::value - 1;