Home
last modified time | relevance | path

Searched defs:bucket_traits_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.hpp63 struct bucket_traits_impl struct
73 < bucket_impl<Slist> >::type bucket_ptr;
74 typedef Slist slist;
75 typedef typename Slist::size_type size_type;
78 BOOST_INTRUSIVE_FORCEINLINE bucket_traits_impl(bucket_ptr buckets, size_type len) in bucket_traits_impl() argument
82 BOOST_INTRUSIVE_FORCEINLINE bucket_traits_impl(const bucket_traits_impl &x) in bucket_traits_impl() argument
86 BOOST_INTRUSIVE_FORCEINLINE bucket_traits_impl(BOOST_RV_REF(bucket_traits_impl) x) in bucket_traits_impl() function
90 BOOST_INTRUSIVE_FORCEINLINE bucket_traits_impl& operator=(BOOST_RV_REF(bucket_traits_impl) x) in operator =()
96 …ST_INTRUSIVE_FORCEINLINE bucket_traits_impl& operator=(BOOST_COPY_ASSIGN_REF(bucket_traits_impl) x) in operator =()
101 BOOST_INTRUSIVE_FORCEINLINE const bucket_ptr &bucket_begin() const in bucket_begin()
[all …]