Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 11 of 11) sorted by relevance

/commonlibrary/c_utils/base/include/
Drefbase.h44 RefCounter &operator=(const RefCounter &counter); variable
171 RefBase &operator=(const RefBase &refbase); variable
175 RefBase &operator=(RefBase &&refbase) noexcept; variable
239 sptr<T> &operator=(sptr<T> &&other); variable
275 sptr<T> &operator=(T *other); variable
277 sptr<T> &operator=(const sptr<T> &other); variable
279 sptr<T> &operator=(const wptr<T> &other); variable
282 sptr<T> &operator=(const sptr<O> &other); variable
494 wptr<T> &operator=(T *other); variable
497 wptr<T> &operator=(O *other); variable
[all …]
Dsorted_vector.h48 SortedVector<TYPE, AllowDuplicate>& operator=(const SortedVector<TYPE, false>& rhs); variable
49 SortedVector<TYPE, AllowDuplicate>& operator=(const SortedVector<TYPE, true>& rhs); variable
Dunique_fd.h145 UniqueFdAddDeletor& operator=(const UniqueFdAddDeletor& rhs) = delete; variable
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dtaskpool.h41 TaskPool& operator=(const TaskPool &) = delete; variable
43 TaskPool& operator=(TaskPool &&) = delete; variable
Dtask_manager.h56 TaskManager& operator=(const TaskManager &) = delete; variable
58 TaskManager& operator=(TaskManager &&) = delete; variable
/commonlibrary/c_utils/base/src/
Dtimer_event_handler.h37 TimerEventHandler& operator=(const TimerEventHandler&) = delete; variable
39 TimerEventHandler& operator=(const TimerEventHandler&&) = delete; variable
Devent_reactor.h43 EventReactor& operator=(const EventReactor&) = delete; variable
45 EventReactor& operator=(const EventReactor&&) = delete; variable
Devent_handler.h33 EventHandler& operator=(const EventHandler&) = delete; variable
35 EventHandler& operator=(const EventHandler&&) = delete; variable
Devent_demultiplexer.h32 EventDemultiplexer& operator=(const EventDemultiplexer&) = delete; variable
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dworker.h76 bool operator()(const WorkerListener* listener) const in operator() function
Dworker_new.h81 bool operator()(const WorkerListener* listener) const in operator() function