Home
last modified time | relevance | path

Searched defs:slist_node (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dslist.hpp76 struct slist_node struct
80 typedef T value_type;
81 typedef T internal_type;
82 typedef typename slist_hook<VoidPointer>::type hook_type;
84 typedef typename dtl::aligned_storage<sizeof(T), dtl::alignment_of<T>::value>::type storage_t;
85 storage_t m_storage;
93 BOOST_CONTAINER_FORCEINLINE T &get_data() in get_data()
96 BOOST_CONTAINER_FORCEINLINE const T &get_data() const in get_data()
99 BOOST_CONTAINER_FORCEINLINE T *get_data_ptr() in get_data_ptr()
102 BOOST_CONTAINER_FORCEINLINE const T *get_data_ptr() const in get_data_ptr()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dslist_node.hpp33 struct slist_node struct
35 typedef typename pointer_rebind<VoidPointer, slist_node>::type node_ptr;
36 node_ptr next_;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dblock_slist.hpp40 struct slist_node struct
42 slist_node *next;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dhashtable.hpp373 typedef typename reduced_node_traits::node slist_node; typedef
638 typedef typename pointer_traits<SlistNodePtr>::element_type slist_node; typedef