Home
last modified time | relevance | path

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

/utils/native/base/include/
Drefbase.h36 RefCounter &operator=(const RefCounter &counter); variable
112 RefBase &operator=(const RefBase &refbase); variable
116 RefBase &operator=(RefBase &&refbase) noexcept; variable
177 sptr<T> &operator=(sptr<T> &&other); variable
213 sptr<T> &operator=(T *other); variable
215 sptr<T> &operator=(const sptr<T> &other); variable
217 sptr<T> &operator=(const wptr<T> &other); variable
220 sptr<T> &operator=(const sptr<O> &other); variable
429 wptr<T> &operator=(T *other); variable
432 wptr<T> &operator=(O *other); variable
[all …]
Dunique_fd.h145 UniqueFdAddDeletor& operator=(const UniqueFdAddDeletor& rhs) = delete; variable
Dsorted_vector.h48 SortedVector<TYPE, AllowDuplicate>& operator=(const SortedVector<TYPE, false>& rhs); variable
49 SortedVector<TYPE, AllowDuplicate>& operator=(const SortedVector<TYPE, true>& rhs); variable
/utils/native/base/src/
Devent_reactor.h43 EventReactor& operator=(const EventReactor&) = delete; variable
45 EventReactor& operator=(const EventReactor&&) = delete; variable
Dtimer_event_handler.h36 TimerEventHandler& operator=(const TimerEventHandler&) = delete; variable
38 TimerEventHandler& operator=(const TimerEventHandler&&) = 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