| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
| D | linked_list.rs | 63 head: NonNull<L>, field 85 let head = Box::<L>::default(); in new() localVariable 96 let head = L::node(self.head).as_mut(); in push_front() localVariable 111 let head = L::node(self.head).as_mut(); in pop_back() localVariable 149 let head = L::node(self.head).as_ref(); in drain_filtered() localVariable
|
| D | slots.rs | 45 head: usize, field 53 head: usize, field 308 let head = self.head; in next() localVariable
|
| D | slab.rs | 391 pub head: usize, field
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/ |
| D | array.rs | 41 head: RefCell<usize>, field 144 let head = *self.head.borrow(); in try_recv() localVariable 202 let head = *self.head.borrow(); in len() localVariable 214 let head = *self.head.borrow(); in drop() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/ |
| D | queue.rs | 100 head: RefCell<Head<T>>, field 186 let mut head = self.head.borrow_mut(); in try_recv() localVariable 247 let head = self.head.borrow().index; in len() localVariable 260 let head = self.head.borrow_mut(); in drop() localVariable
|
| /commonlibrary/c_utils/base/include/ |
| D | io_event_reactor.h | 75 std::shared_ptr<IOEventHandler> head; member
|
| /commonlibrary/memory_utils/libpurgeablemem/c/src/ |
| D | purgeable_mem_builder_c.c | 116 static void AppendBuilder(struct PurgMemBuilder *head, struct PurgMemBuilder *newcomer) in AppendBuilder()
|
| /commonlibrary/rust/ylong_json/src/ |
| D | linked_list.rs | 23 head: *const Node<T>, field 324 head: *const Node<T>, field 373 head: *const Node<T>, field
|
| /commonlibrary/ets_utils/js_sys_module/console/ |
| D | console.cpp | 303 std::string Console::RenderHead(napi_env env, napi_value head, std::vector<size_t> columnWidths) in RenderHead() 374 void Console::GraphTable(napi_env env, napi_value head, napi_value columns, const size_t& length) in GraphTable()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
| D | queue.rs | 205 let mut head = self.front.load(Acquire); in pop_front() localVariable 417 let mut head = self.pop_front(); in drop() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/ |
| D | mod.rs | 125 pub fn head<T>(uri: T) -> RequestBuilder in head() method
|