Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 26) sorted by relevance

12

/commonlibrary/ets_utils/
DREADME.md1408 | ├── 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 …]
DLICENSE118 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/
Dinterest.rs31 pub const fn add(self, other: Interest) -> Interest { in add() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
Dsum.rs41 a.add(b) in combine()
/commonlibrary/ets_utils/js_util_module/container/vector/
Djs_vector.ts109 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/
Djs_arraylist.ts107 add(element: T): boolean {
262 arraylist.add(this[i]);
274 clone.add(this[i]);
/commonlibrary/ets_utils/js_util_module/container/lightweightset/
Djs_lightweightset.ts64 add(obj: T): boolean {
83 change = this.add(set.members.keys[i]) || change;
/commonlibrary/rust/ylong_runtime/ylong_io/examples/
Dylong_io_tcp_server.rs51 Interest::READABLE.add(Interest::WRITABLE), in main()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dasync_source.rs67 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/
Djs_hashset.ts72 add(value: T): boolean {
/commonlibrary/ets_utils/js_util_module/container/queue/
Djs_queue.ts99 add(element: T): boolean {
/commonlibrary/ets_utils/js_util_module/container/linkedlist/
Djs_linkedlist.ts154 add(element: T): boolean {
383 clone.add(item);
/commonlibrary/ets_utils/js_util_module/container/list/
Djs_list.ts144 add(element: T): boolean {
350 list.add(element);
/commonlibrary/c_utils/docs/en/
Dc_utils_thread_pool.md6 …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/
Dslab.rs202 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/
Djs_plainarray.ts64 add(key: number, value: T): void {
/commonlibrary/ets_utils/js_util_module/container/treeset/
Djs_treeset.ts76 add(value: T): boolean { method in TreeSet
/commonlibrary/rust/ylong_runtime/
DREADME.md56 1. add `ylong_runtime` in bundle.json
64 2. add `ylong_runtime:ylong_runtime` in `BUILD.gn`
DLICENSE117 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/
DREADME.md73 System developers can add or remove this part by configuring the product definition JSON file under…
DLICENSE117 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/
DREADME.md69 `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.
DLICENSE117 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/
DLICENSE118 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/
DLICENSE118 do not modify the License. You may add Your own attribution
124 You may add Your own copyright statement to Your modifications and

12