Searched refs:pointer_plus_bits (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/ |
D | smart_ptr.hpp | 279 struct pointer_plus_bits<smart_ptr<T>, NumBits> struct 286 p.set(pointer_plus_bits<T*, NumBits>::get_pointer(n.get())); in get_pointer() 293 pointer_plus_bits<T*, NumBits>::set_pointer(raw_n, p.operator->()); in set_pointer() 298 { return pointer_plus_bits<T*, NumBits>::get_bits(n.get()); } in get_bits() 303 pointer_plus_bits<T*, NumBits>::set_bits(raw_n, c); in set_bits()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
D | pointer_plus_bits.hpp | 70 struct pointer_plus_bits struct 79 struct pointer_plus_bits<T*, NumBits> struct
|
D | intrusive_fwd.hpp | 750 struct pointer_plus_bits; 753 struct pointer_plus_bits<T *, NumBits>;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
D | avltree_node.hpp | 128 typedef pointer_plus_bits<node_ptr, 2> ptr_bit;
|
D | rbtree_node.hpp | 129 typedef pointer_plus_bits<node_ptr, 1> ptr_bit;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/doc/ |
D | intrusive.qbk | 3939 …org/intrusive/issues/29 GitHub Issues #29: ['Uninitialized variable warning pointer_plus_bits.hpp]]
|