Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dcircular_slist_algorithms.hpp239 BOOST_INTRUSIVE_FORCEINLINE static void link_before (node_ptr nxt_node, node_ptr this_node) in link_before() function in boost::intrusive::circular_slist_algorithms
Dcircular_list_algorithms.hpp173 BOOST_INTRUSIVE_FORCEINLINE static void link_before(node_ptr nxt_node, node_ptr this_node) in link_before() function in boost::intrusive::circular_list_algorithms
/aosp_15_r20/external/rust/android-crates-io/crates/intrusive-collections/src/
Dlinked_list.rs533 unsafe fn link_before<T: LinkedListOps>(link_ops: &mut T, ptr: T::LinkPtr, next: T::LinkPtr) { in link_before() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/src/
Dlock_pool.cpp723 void link_before(semaphore* that) BOOST_NOEXCEPT in link_before() function