Searched defs:operator (Results 1 – 11 of 11) sorted by relevance
44 RefCounter &operator=(const RefCounter &counter); variable171 RefBase &operator=(const RefBase &refbase); variable175 RefBase &operator=(RefBase &&refbase) noexcept; variable239 sptr<T> &operator=(sptr<T> &&other); variable275 sptr<T> &operator=(T *other); variable277 sptr<T> &operator=(const sptr<T> &other); variable279 sptr<T> &operator=(const wptr<T> &other); variable282 sptr<T> &operator=(const sptr<O> &other); variable494 wptr<T> &operator=(T *other); variable497 wptr<T> &operator=(O *other); variable[all …]
48 SortedVector<TYPE, AllowDuplicate>& operator=(const SortedVector<TYPE, false>& rhs); variable49 SortedVector<TYPE, AllowDuplicate>& operator=(const SortedVector<TYPE, true>& rhs); variable
145 UniqueFdAddDeletor& operator=(const UniqueFdAddDeletor& rhs) = delete; variable
41 TaskPool& operator=(const TaskPool &) = delete; variable43 TaskPool& operator=(TaskPool &&) = delete; variable
56 TaskManager& operator=(const TaskManager &) = delete; variable58 TaskManager& operator=(TaskManager &&) = delete; variable
37 TimerEventHandler& operator=(const TimerEventHandler&) = delete; variable39 TimerEventHandler& operator=(const TimerEventHandler&&) = delete; variable
43 EventReactor& operator=(const EventReactor&) = delete; variable45 EventReactor& operator=(const EventReactor&&) = delete; variable
33 EventHandler& operator=(const EventHandler&) = delete; variable35 EventHandler& operator=(const EventHandler&&) = delete; variable
32 EventDemultiplexer& operator=(const EventDemultiplexer&) = delete; variable
76 bool operator()(const WorkerListener* listener) const in operator() function
81 bool operator()(const WorkerListener* listener) const in operator() function