/commonlibrary/ets_utils/ |
D | README.md | 1408 | ├── add() # add方法 1431 | ├── add() # add方法 1460 | ├── add() # add方法 1494 | ├── add() # add方法 1515 | ├── add() # add方法 1539 | ├── add() # add方法 1562 | ├── add() # add方法 1582 | ├── add() # add方法 1623 ├── add() # add方法 1749 | add(element: T): boolean | 在ArrayList尾部插入元素。 | [all …]
|
D | LICENSE | 118 do not modify the License. You may add Your own attribution 124 You may add Your own copyright statement to Your modifications and
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/ |
D | interest.rs | 31 pub const fn add(self, other: Interest) -> Interest { in add() method
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/ |
D | sum.rs | 41 a.add(b) in combine()
|
/commonlibrary/ets_utils/js_util_module/container/vector/ |
D | js_vector.ts | 109 add(element: T): boolean { method in Vector 306 vector.add(this[i]); 335 clone.add(this[i]);
|
/commonlibrary/ets_utils/js_util_module/container/arraylist/ |
D | js_arraylist.ts | 107 add(element: T): boolean { 262 arraylist.add(this[i]); 274 clone.add(this[i]);
|
/commonlibrary/ets_utils/js_util_module/container/lightweightset/ |
D | js_lightweightset.ts | 64 add(obj: T): boolean { 83 change = this.add(set.members.keys[i]) || change;
|
/commonlibrary/rust/ylong_runtime/ylong_io/examples/ |
D | ylong_io_tcp_server.rs | 51 Interest::READABLE.add(Interest::WRITABLE), in main()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
D | async_source.rs | 67 let interest = interest.unwrap_or_else(|| Interest::WRITABLE.add(Interest::READABLE)); in new() 91 let interest = interest.unwrap_or_else(|| Interest::WRITABLE.add(Interest::READABLE)); in new()
|
/commonlibrary/ets_utils/js_util_module/container/hashset/ |
D | js_hashset.ts | 72 add(value: T): boolean {
|
/commonlibrary/ets_utils/js_util_module/container/queue/ |
D | js_queue.ts | 99 add(element: T): boolean {
|
/commonlibrary/ets_utils/js_util_module/container/linkedlist/ |
D | js_linkedlist.ts | 154 add(element: T): boolean { 383 clone.add(item);
|
/commonlibrary/ets_utils/js_util_module/container/list/ |
D | js_list.ts | 144 add(element: T): boolean { 350 list.add(element);
|
/commonlibrary/c_utils/docs/en/ |
D | c_utils_thread_pool.md | 6 …threads in pool. An task queue and a thread group are under control. Users add tasks to task queue…
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
D | slab.rs | 202 let slot = slots.slots.as_ptr().add(slot_idx); in for_each() 228 .add(slot_idx); in get()
|
/commonlibrary/ets_utils/js_util_module/container/plainarray/ |
D | js_plainarray.ts | 64 add(key: number, value: T): void {
|
/commonlibrary/ets_utils/js_util_module/container/treeset/ |
D | js_treeset.ts | 76 add(value: T): boolean { method in TreeSet
|
/commonlibrary/rust/ylong_runtime/ |
D | README.md | 56 1. add `ylong_runtime` in bundle.json 64 2. add `ylong_runtime:ylong_runtime` in `BUILD.gn`
|
D | LICENSE | 117 do not modify the License. You may add Your own attribution 123 You may add Your own copyright statement to Your modifications and
|
/commonlibrary/memory_utils/ |
D | README.md | 73 System developers can add or remove this part by configuring the product definition JSON file under…
|
D | LICENSE | 117 do not modify the License. You may add Your own attribution 123 You may add Your own copyright statement to Your modifications and
|
/commonlibrary/rust/ylong_http/ |
D | README.md | 69 `GN` is supported. User should add dependencies in `deps` of `BUILD.gn` to build this crate. 75 `Cargo` is supported. User should add dependencies in ```Cargo.toml``` to build this crate.
|
D | LICENSE | 117 do not modify the License. You may add Your own attribution 123 You may add Your own copyright statement to Your modifications and
|
/commonlibrary/c_utils/ |
D | LICENSE | 118 do not modify the License. You may add Your own attribution 124 You may add Your own copyright statement to Your modifications and
|
/commonlibrary/utils_lite/ |
D | LICENSE | 118 do not modify the License. You may add Your own attribution 124 You may add Your own copyright statement to Your modifications and
|