/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/ |
D | stream.rs | 380 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/ |
D | linked_list.rs | 47 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
|
D | singly_linked_list.rs | 37 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
|
D | rbtree.rs | 283 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
|
D | xor_linked_list.rs | 254 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/ |
D | any_node_and_algorithms.hpp | 55 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
|
D | slist_node.hpp | 55 BOOST_INTRUSIVE_FORCEINLINE static void set_next(node_ptr n, node_ptr next) in set_next() function
|
D | list_node.hpp | 65 BOOST_INTRUSIVE_FORCEINLINE static void set_next(node_ptr n, node_ptr next) in set_next() function
|
D | common_slist_algorithms.hpp | 153 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/ |
D | unordered_set_hook.hpp | 88 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/ |
D | debugger_r.py | 86 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/ |
D | RemoteDebugger.py | 86 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/ |
D | doc_slist_algorithms.cpp | 29 static void set_next(node_ptr n, node_ptr next) { n->next_ = next; } in set_next() function
|
D | doc_list_algorithms.cpp | 29 static void set_next(node_ptr n, node_ptr next) { n->next_ = next; } in set_next() function
|
D | doc_member_value_traits.cpp | 30 static void set_next(node *n, node *next) { n->next_ = next; } in set_next() function
|
D | doc_derivation_value_traits.cpp | 30 static void set_next(node *n, node *next) { n->next_ = next; } in set_next() function
|
D | doc_value_traits.cpp | 46 static void set_next(node *n, node *next) { n->next_ = next; } in set_next() function
|
D | doc_advanced_value_traits.cpp | 42 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 D | bump_allocator.h | 29 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/ |
D | channel_trace.h | 109 void set_next(TraceEvent* next) { next_ = next; } in set_next() function
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/ |
H A D | channel_trace.h | 109 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/ |
D | block_slist.hpp | 54 static void set_next(const node_ptr & n, const node_ptr & next) in set_next() function
|
D | block_list.hpp | 56 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 D | debug.py | 47 def set_next(self, next): member in TracebackFrameProxy
|
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-queue/src/ |
D | descriptor.rs | 152 pub fn set_next(&mut self, next: u16) { in set_next() method
|