Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dhashtable_node.hpp39 struct bucket_impl : public Slist struct
41 typedef Slist slist_type;
42 BOOST_INTRUSIVE_FORCEINLINE bucket_impl() in bucket_impl() function
45 BOOST_INTRUSIVE_FORCEINLINE bucket_impl(const bucket_impl &) in bucket_impl() argument
48 BOOST_INTRUSIVE_FORCEINLINE ~bucket_impl() in ~bucket_impl()
54 BOOST_INTRUSIVE_FORCEINLINE bucket_impl &operator=(const bucket_impl&) in operator =()