Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 34) sorted by relevance

12

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dstate.rs132 let mut next = cur; in turning_to_running() localVariable
161 let mut next = cur; in turning_to_finish() localVariable
190 let mut next = cur; in turning_to_idle() localVariable
226 let mut next = cur; in turn_to_un_set_waker() localVariable
251 let mut next = cur; in turn_to_set_waker() localVariable
270 let mut next = cur; in turn_to_canceled_and_scheduled() localVariable
305 let mut next = cur; in turn_to_un_join_handle() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslots.rs28 next: usize, field
55 next: usize, field
170 let next = entry.next; in remove() localVariable
289 fn next(&mut self) -> Option<(usize, &'a T)> { in next() method
Dlinked_list.rs29 next: Option<NonNull<T>>, field
44 let next = T::node(node).as_ref().next; in remove_node() localVariable
154 let next = L::node(node).as_ref().next; in drain_filtered() localVariable
/commonlibrary/ets_utils/js_util_module/container/hashset/
Djs_hashset.ts32 next: () => { property
/commonlibrary/ets_utils/js_util_module/container/lightweightset/
Djs_lightweightset.ts32 next: () => { property
/commonlibrary/ets_utils/js_util_module/container/plainarray/
Djs_plainarray.ts32 next: () => { property
/commonlibrary/ets_utils/js_util_module/container/hashmap/
Djs_hashmap.ts32 next: () => { property
/commonlibrary/ets_utils/js_util_module/container/lightweightmap/
Djs_lightweightmap.ts32 next: () => { property
/commonlibrary/ets_utils/js_util_module/container/treeset/
Djs_treeset.ts32 next: () => { property
/commonlibrary/utils_lite/include/
Dutils_list.h479 #define UTILS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, next, list, type, member) \ argument
554 #define UTILS_DL_LIST_FOR_EACH_SAFE(item, next, list) \ argument
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dstack.rs88 fn next(&mut self) -> Option<&'a T::Ref> { in next() method
149 fn next(&mut self) -> Option<Self::Item> { in next() method
/commonlibrary/ets_utils/js_util_module/container/treemap/
Djs_treemap.ts32 next: () => { property
/commonlibrary/memory_utils/libpurgeablemem/c/src/
Dpurgeable_mem_builder_c.c61 struct PurgMemBuilder *next = NULL; in PurgMemBuilderDestroy() local
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
Dresolver.rs68 fn next(&mut self) -> Option<Self::Item> { in next() method
Dhappy_eyeballs.rs74 fn next(&mut self) -> Option<Self::Item> { in next() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dtimer.rs148 let next = match deadline.checked_add(self.period) { in poll_next_period() localVariable
/commonlibrary/ets_utils/js_util_module/container/vector/
Djs_vector.ts95 next: () => { property
/commonlibrary/rust/ylong_json/src/
Dlinked_list.rs282 next: *const Node<T>, field
334 fn next(&mut self) -> Option<&'a T> { in next() method
383 fn next(&mut self) -> Option<&'a mut T> { in next() method
/commonlibrary/rust/ylong_json/src/reader/
Dmod.rs28 fn next(&mut self) -> Result<Option<u8>, Self::Error>; in next() method
Dslice_reader.rs54 fn next(&mut self) -> Result<Option<u8>, Self::Error> { in next() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Devents.rs122 fn next(&mut self) -> Option<Self::Item> { in next() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dqueue.rs219 let next = if steal_pos == real_pos { in pop_front() localVariable
250 let next = wrap(front_real, front_real); in sync_steal_pos() localVariable
305 let next = wrap(front, front.wrapping_add(count as u16)); in push_overflowed() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
Dqueue.rs41 next: AtomicPtr<Block<T>>, field
/commonlibrary/ets_utils/js_api_module/xml/
Djs_xml.h296 SrcLinkList* next; member
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
Dpercent_encoding.rs313 fn next(&mut self) -> Option<Self::Item> { in next() method

12