Searched defs:operator (Results 1 – 7 of 7) sorted by relevance
36 RefCounter &operator=(const RefCounter &counter); variable112 RefBase &operator=(const RefBase &refbase); variable116 RefBase &operator=(RefBase &&refbase) noexcept; variable177 sptr<T> &operator=(sptr<T> &&other); variable213 sptr<T> &operator=(T *other); variable215 sptr<T> &operator=(const sptr<T> &other); variable217 sptr<T> &operator=(const wptr<T> &other); variable220 sptr<T> &operator=(const sptr<O> &other); variable429 wptr<T> &operator=(T *other); variable432 wptr<T> &operator=(O *other); variable[all …]
145 UniqueFdAddDeletor& operator=(const UniqueFdAddDeletor& rhs) = delete; variable
48 SortedVector<TYPE, AllowDuplicate>& operator=(const SortedVector<TYPE, false>& rhs); variable49 SortedVector<TYPE, AllowDuplicate>& operator=(const SortedVector<TYPE, true>& rhs); variable
43 EventReactor& operator=(const EventReactor&) = delete; variable45 EventReactor& operator=(const EventReactor&&) = delete; variable
36 TimerEventHandler& operator=(const TimerEventHandler&) = delete; variable38 TimerEventHandler& operator=(const TimerEventHandler&&) = delete; variable
33 EventHandler& operator=(const EventHandler&) = delete; variable35 EventHandler& operator=(const EventHandler&&) = delete; variable
32 EventDemultiplexer& operator=(const EventDemultiplexer&) = delete; variable