| /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 112 let head = L::node(self.head).as_mut(); in pop_back() localVariable 148 let head = L::node(self.head).as_ref(); in drain_filtered() localVariable
|
| D | slots.rs | 46 head: usize, field 54 head: usize, field 297 let head = self.head; in next() localVariable
|
| D | slab.rs | 390 pub head: usize, field
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/ |
| D | array.rs | 40 head: RefCell<usize>, field 145 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 | 98 head: RefCell<Head<T>>, field 172 let mut head = self.head.borrow_mut(); in try_recv() localVariable 230 let head = self.head.borrow().index; in len() localVariable 243 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 | 112 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 | 307 std::string Console::RenderHead(napi_env env, napi_value head, std::vector<size_t> columnWidths) in RenderHead() 378 void Console::GraphTable(napi_env env, napi_value head, napi_value columns, const size_t& length) in GraphTable()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/ |
| D | mod.rs | 120 pub fn head<T>(uri: T) -> RequestBuilder in head() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
| D | queue.rs | 197 let mut head = self.front.load(Acquire); in pop_front() localVariable
|