| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
| D | state.rs | 132 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/ |
| D | slots.rs | 28 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
|
| D | linked_list.rs | 29 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/ |
| D | js_hashset.ts | 32 next: () => { property
|
| /commonlibrary/ets_utils/js_util_module/container/lightweightset/ |
| D | js_lightweightset.ts | 32 next: () => { property
|
| /commonlibrary/ets_utils/js_util_module/container/plainarray/ |
| D | js_plainarray.ts | 32 next: () => { property
|
| /commonlibrary/ets_utils/js_util_module/container/hashmap/ |
| D | js_hashmap.ts | 32 next: () => { property
|
| /commonlibrary/ets_utils/js_util_module/container/lightweightmap/ |
| D | js_lightweightmap.ts | 32 next: () => { property
|
| /commonlibrary/ets_utils/js_util_module/container/treeset/ |
| D | js_treeset.ts | 32 next: () => { property
|
| /commonlibrary/utils_lite/include/ |
| D | utils_list.h | 479 #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/ |
| D | stack.rs | 88 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/ |
| D | js_treemap.ts | 32 next: () => { property
|
| /commonlibrary/memory_utils/libpurgeablemem/c/src/ |
| D | purgeable_mem_builder_c.c | 61 struct PurgMemBuilder *next = NULL; in PurgMemBuilderDestroy() local
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/ |
| D | resolver.rs | 68 fn next(&mut self) -> Option<Self::Item> { in next() method
|
| D | happy_eyeballs.rs | 74 fn next(&mut self) -> Option<Self::Item> { in next() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/ |
| D | timer.rs | 148 let next = match deadline.checked_add(self.period) { in poll_next_period() localVariable
|
| /commonlibrary/ets_utils/js_util_module/container/vector/ |
| D | js_vector.ts | 95 next: () => { property
|
| /commonlibrary/rust/ylong_json/src/ |
| D | linked_list.rs | 282 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/ |
| D | mod.rs | 28 fn next(&mut self) -> Result<Option<u8>, Self::Error>; in next() method
|
| D | slice_reader.rs | 54 fn next(&mut self) -> Result<Option<u8>, Self::Error> { in next() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
| D | events.rs | 122 fn next(&mut self) -> Option<Self::Item> { in next() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
| D | queue.rs | 219 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/ |
| D | queue.rs | 41 next: AtomicPtr<Block<T>>, field
|
| /commonlibrary/ets_utils/js_api_module/xml/ |
| D | js_xml.h | 296 SrcLinkList* next; member
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/uri/ |
| D | percent_encoding.rs | 313 fn next(&mut self) -> Option<Self::Item> { in next() method
|