| /commonlibrary/c_utils/base/include/ |
| D | refbase.h | 83 RefCounter &operator=(const RefCounter &counter); variable 374 RefBase &operator=(const RefBase &); variable 388 RefBase &operator=(RefBase &&other) noexcept; variable 625 sptr<T> &operator=(sptr<T> &&other); variable 724 sptr<T> &operator=(T *other); variable 734 sptr<T> &operator=(const sptr<T> &other); variable 745 sptr<T> &operator=(const wptr<T> &other); variable 757 sptr<T> &operator=(const sptr<O> &other); variable 1075 wptr<T> &operator=(T *other); variable 1087 wptr<T> &operator=(O *other); variable [all …]
|
| D | io_event_handler.h | 30 IOEventHandler& operator=(const IOEventHandler&) = delete; variable 32 IOEventHandler& operator=(const IOEventHandler&&) = delete; variable
|
| D | io_event_reactor.h | 43 IOEventReactor& operator=(const IOEventReactor&) = delete; variable 45 IOEventReactor& operator=(const IOEventReactor&&) = delete; variable
|
| D | mapped_file.h | 57 MappedFile& operator=(const MappedFile& other) = delete; variable 58 MappedFile& operator=(MappedFile&& other) noexcept; variable
|
| D | unique_fd.h | 291 UniqueFdAddDeletor& operator=(const UniqueFdAddDeletor& rhs) = delete; variable
|
| D | sorted_vector.h | 62 SortedVector<TYPE, AllowDuplicate>& operator=(const SortedVector<TYPE, false>& rhs); variable 63 SortedVector<TYPE, AllowDuplicate>& operator=(const SortedVector<TYPE, true>& rhs); variable
|
| D | thread_ex.h | 133 Thread& operator=(const Thread&) = delete; variable
|
| /commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
| D | taskpool.h | 36 TaskPool& operator=(const TaskPool &) = delete; variable 38 TaskPool& operator=(TaskPool &&) = delete; variable
|
| D | task_manager.h | 94 TaskManager& operator=(const TaskManager &) = delete; variable 96 TaskManager& operator=(TaskManager &&) = delete; variable 185 TaskGroupManager& operator=(const TaskGroupManager &) = delete; variable 187 TaskGroupManager& operator=(TaskGroupManager &&) = delete; variable
|
| D | task_group.h | 34 TaskGroup& operator=(const TaskGroup &) = delete; variable 36 TaskGroup& operator=(TaskGroup &&) = delete; variable
|
| D | worker.h | 52 Worker& operator=(const Worker &) = delete; variable 54 Worker& operator=(Worker &&) = delete; variable
|
| D | task.h | 40 Task& operator=(const Task &) = delete; variable 42 Task& operator=(Task &&) = delete; variable
|
| /commonlibrary/memory_utils/libpurgeablemem/cpp/include/ |
| D | purgeable_mem_base.h | 104 PurgeableMemBase& operator = (PurgeableMemBase&) = delete; variable 106 PurgeableMemBase& operator = (PurgeableMemBase&&) noexcept = delete; variable
|
| D | purgeable_resource_manager.h | 34 PurgeableResourceManager& operator=(const PurgeableResourceManager&) = delete; variable
|
| /commonlibrary/c_utils/base/src/ |
| D | timer_event_handler.h | 37 TimerEventHandler& operator=(const TimerEventHandler&) = delete; variable 39 TimerEventHandler& operator=(const TimerEventHandler&&) = delete; variable
|
| D | event_handler.h | 35 EventHandler& operator=(const EventHandler&) = delete; variable 37 EventHandler& operator=(const EventHandler&&) = delete; variable
|
| D | event_reactor.h | 43 EventReactor& operator=(const EventReactor&) = delete; variable 45 EventReactor& operator=(const EventReactor&&) = delete; variable
|
| D | event_demultiplexer.h | 33 EventDemultiplexer& operator=(const EventDemultiplexer&) = delete; variable
|
| D | io_event_epoll.h | 41 IOEventEpoll& operator=(const IOEventEpoll&) = delete; variable
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/ |
| D | builder.rs | 123 pub fn operator<T: DownloadOperator>(self, operator: T) -> DownloaderBuilder<WantsConfig<T>> { in operator() method 159 operator: T, field
|
| D | mod.rs | 15 mod operator; module 110 operator: T, field
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/ |
| D | builder.rs | 134 pub fn operator<T: UploadOperator>(self, operator: T) -> UploaderBuilder<WantsConfig<R, T>> { in operator() method 173 operator: T, field
|
| D | mod.rs | 15 mod operator; module 89 operator: T, field
|
| D | operator.rs | 91 operator: &'a mut T, field
|
| /commonlibrary/ets_utils/js_concurrent_module/worker/ |
| D | worker.h | 74 bool operator()(const WorkerListener* listener) const in operator() function
|