/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
D | hook_traits.hpp | 74 BOOST_INTRUSIVE_FORCEINLINE static node_ptr to_node_ptr(reference value) in to_node_ptr() function 82 BOOST_INTRUSIVE_FORCEINLINE static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function 123 BOOST_INTRUSIVE_FORCEINLINE static node_ptr to_node_ptr(reference value) in to_node_ptr() function 129 BOOST_INTRUSIVE_FORCEINLINE static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function 171 static node_ptr to_node_ptr(reference value) in to_node_ptr() function 174 static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
D | trivial_value_traits.hpp | 46 BOOST_INTRUSIVE_FORCEINLINE static node_ptr to_node_ptr (value_type &value) in to_node_ptr() function 48 BOOST_INTRUSIVE_FORCEINLINE static const_node_ptr to_node_ptr (const value_type &value) in to_node_ptr() function
|
D | derivation_value_traits.hpp | 55 static node_ptr to_node_ptr(reference value) in to_node_ptr() function 58 static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function
|
D | member_value_traits.hpp | 60 BOOST_INTRUSIVE_FORCEINLINE static node_ptr to_node_ptr(reference value) in to_node_ptr() function 63 BOOST_INTRUSIVE_FORCEINLINE static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/example/ |
D | doc_stateful_value_traits.cpp | 39 node_ptr to_node_ptr (value_type &value) const in to_node_ptr() function 41 const_node_ptr to_node_ptr (const value_type &value) const in to_node_ptr() function
|
D | doc_value_traits.cpp | 64 static node_ptr to_node_ptr (value_type &value) { return node_ptr(&value); } in to_node_ptr() function 65 static const_node_ptr to_node_ptr (const value_type &value) { return const_node_ptr(&value); } in to_node_ptr() function
|
D | doc_advanced_value_traits.cpp | 58 static node_ptr to_node_ptr (value_type &value) { return node_ptr(&value); } in to_node_ptr() function 59 static const_node_ptr to_node_ptr (const value_type &value) { return const_node_ptr(&value); } in to_node_ptr() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/ |
D | nonhook_node.hpp | 93 static node_ptr to_node_ptr(reference value) in to_node_ptr() function 98 static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function
|
D | custom_bucket_traits_test.cpp | 46 static node_ptr to_node_ptr (value_type &value) in to_node_ptr() function 48 static const_node_ptr to_node_ptr (const value_type &value) in to_node_ptr() function
|
D | stateful_value_traits_test.cpp | 60 node_ptr to_node_ptr (value_type &value) const in to_node_ptr() function 63 const_node_ptr to_node_ptr (const value_type &value) const in to_node_ptr() function
|
D | bptr_value.hpp | 198 static const_node_ptr to_node_ptr(const_reference v) { return &v; } in to_node_ptr() function 199 static node_ptr to_node_ptr(reference v) { return &v; } in to_node_ptr() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | multiallocation_chain.hpp | 73 static node_ptr to_node_ptr(const VoidPointer &p) in to_node_ptr() function in boost::container::dtl::basic_multiallocation_chain
|