Home
last modified time | relevance | path

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

12

/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
/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
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
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
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
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
/external/pigweed/pw_allocator/public/pw_allocator/
Dbump_allocator.h29 void set_next(GenericOwned* next) { next_ = next; } in set_next() function
/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
/external/grpc-grpc/src/core/lib/channel/
Dchannel_trace.h109 void set_next(TraceEvent* next) { next_ = next; } in set_next() function
/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
Dcircular_list_algorithms.hpp427 node_traits::set_next(last_to_remove, new_f); in stable_partition() member in boost::intrusive::circular_list_algorithms::stable_partition::node_traits
/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
/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
/external/libchrome/third_party/jinja2/
Ddebug.py47 def set_next(self, next): member in TracebackFrameProxy
/external/rust/android-crates-io/crates/virtio-queue/src/
Ddescriptor.rs152 pub fn set_next(&mut self, next: u16) { in set_next() method
/external/python/cpython3/Lib/idlelib/
Ddebugger_r.py86 def set_next(self, fid): member in IdbAdapter
322 def set_next(self, frame): member in IdbProxy
/external/antlr/runtime/Cpp/include/
Dantlr3collections.inl26 ANTLR_INLINE void TrieEntry<ImplTraits, DataType>::set_next( TrieEntry* next ) function in TrieEntry
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509name.c150 int i, n, set_prev, set_next; in X509_NAME_delete_entry() local

12