Home
last modified time | relevance | path

Searched defs:set_next (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dstream.rs380 fn set_next(stream: &mut Stream, key: Option<store::Key>) { in set_next() method
402 fn set_next(stream: &mut Stream, key: Option<store::Key>) { in set_next() method
429 fn set_next(stream: &mut Stream, key: Option<store::Key>) { in set_next() method
451 fn set_next(stream: &mut Stream, key: Option<store::Key>) { in set_next() method
473 fn set_next(stream: &mut Stream, key: Option<store::Key>) { in set_next() method
500 fn set_next(stream: &mut Stream, key: Option<store::Key>) { in set_next() method
/aosp_15_r20/external/rust/android-crates-io/crates/intrusive-collections/src/
Dlinked_list.rs47 unsafe fn set_next(&mut self, ptr: Self::LinkPtr, next: Option<Self::LinkPtr>); in set_next() method
182 unsafe fn set_next(&mut self, ptr: Self::LinkPtr, next: Option<Self::LinkPtr>) { in set_next() method
199 unsafe fn set_next(&mut self, ptr: Self::LinkPtr, next: Option<Self::LinkPtr>) { in set_next() method
419 unsafe fn set_next(&mut self, ptr: Self::LinkPtr, next: Option<Self::LinkPtr>) { in set_next() method
436 unsafe fn set_next(&mut self, ptr: Self::LinkPtr, next: Option<Self::LinkPtr>) { in set_next() method
Dsingly_linked_list.rs37 unsafe fn set_next(&mut self, ptr: Self::LinkPtr, next: Option<Self::LinkPtr>); in set_next() method
159 unsafe fn set_next(&mut self, ptr: Self::LinkPtr, next: Option<Self::LinkPtr>) { in set_next() method
366 unsafe fn set_next(&mut self, ptr: Self::LinkPtr, next: Option<Self::LinkPtr>) { in set_next() method
Drbtree.rs283 unsafe fn set_next(&mut self, ptr: Self::LinkPtr, next: Option<Self::LinkPtr>) { in set_next() method
300 unsafe fn set_next(&mut self, ptr: Self::LinkPtr, next: Option<Self::LinkPtr>) { in set_next() method
570 unsafe fn set_next(&mut self, ptr: Self::LinkPtr, next: Option<Self::LinkPtr>) { in set_next() method
587 unsafe fn set_next(&mut self, ptr: Self::LinkPtr, next: Option<Self::LinkPtr>) { in set_next() method
Dxor_linked_list.rs254 unsafe fn set_next(&mut self, ptr: Self::LinkPtr, next: Option<Self::LinkPtr>) { in set_next() method
445 unsafe fn set_next(&mut self, ptr: Self::LinkPtr, next: Option<Self::LinkPtr>) { in set_next() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dany_node_and_algorithms.hpp55 BOOST_INTRUSIVE_FORCEINLINE static void set_next(node_ptr n, node_ptr next) in set_next() function
76 BOOST_INTRUSIVE_FORCEINLINE static void set_next(node_ptr n, node_ptr next) in set_next() function
96 BOOST_INTRUSIVE_FORCEINLINE static void set_next(node_ptr n, node_ptr next) in set_next() function
Dslist_node.hpp55 BOOST_INTRUSIVE_FORCEINLINE static void set_next(node_ptr n, node_ptr next) in set_next() function
Dlist_node.hpp65 BOOST_INTRUSIVE_FORCEINLINE static void set_next(node_ptr n, node_ptr next) in set_next() function
Dcommon_slist_algorithms.hpp153 node_traits::set_next(last_to_remove, new_f); in stable_partition() member in boost::intrusive::detail::common_slist_algorithms::stable_partition::node_traits
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dunordered_set_hook.hpp88 BOOST_INTRUSIVE_FORCEINLINE static void set_next(node_ptr n, node_ptr next) in set_next() function
114 static void set_next(node_ptr n, node_ptr next) in set_next() function
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Ddebugger_r.py86 def set_next(self, fid): member in IdbAdapter
325 def set_next(self, frame): member in IdbProxy
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DRemoteDebugger.py86 def set_next(self, fid): member in IdbAdapter
316 def set_next(self, frame): member in IdbProxy
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/example/
Ddoc_slist_algorithms.cpp29 static void set_next(node_ptr n, node_ptr next) { n->next_ = next; } in set_next() function
Ddoc_list_algorithms.cpp29 static void set_next(node_ptr n, node_ptr next) { n->next_ = next; } in set_next() function
Ddoc_member_value_traits.cpp30 static void set_next(node *n, node *next) { n->next_ = next; } in set_next() function
Ddoc_derivation_value_traits.cpp30 static void set_next(node *n, node *next) { n->next_ = next; } in set_next() function
Ddoc_value_traits.cpp46 static void set_next(node *n, node *next) { n->next_ = next; } in set_next() function
Ddoc_advanced_value_traits.cpp42 static void set_next(node *n, node *next) { n->next_ = next; } in set_next() function
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dbump_allocator.h29 void set_next(GenericOwned* next) { next_ = next; } in set_next() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_trace.h109 void set_next(TraceEvent* next) { next_ = next; } in set_next() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dchannel_trace.h109 void set_next(TraceEvent* next) { next_ = next; } in set_next() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dblock_slist.hpp54 static void set_next(const node_ptr & n, const node_ptr & next) in set_next() function
Dblock_list.hpp56 static void set_next(const node_ptr & n, const node_ptr & next) in set_next() function
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Ddebug.py47 def set_next(self, next): member in TracebackFrameProxy
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-queue/src/
Ddescriptor.rs152 pub fn set_next(&mut self, next: u16) { in set_next() method

123