Lines Matching defs:operator
44 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
499 wptr<T> &operator=(const wptr<T> &other); variable
501 wptr<T> &operator=(const sptr<T> &other); variable
504 wptr<T> &operator=(const wptr<O> &other); variable
507 wptr<T> &operator=(const sptr<O> &other); variable