• Home
  • Raw
  • Download

Lines Matching refs:operator

39 inline bool operator _op_ (const sp<T>& o) const {              \
42 inline bool operator _op_ (const T* o) const { \
46 inline bool operator _op_ (const sp<U>& o) const { \
50 inline bool operator _op_ (const U* o) const { \
64 virtual void operator()(size_t i) const = 0;
155 RefBase& operator=(const RefBase& o); variable
235 wp& operator = (T* other); variable
236 wp& operator = (const wp<T>& other); variable
237 wp& operator = (const sp<T>& other); variable
239 template<typename U> wp& operator = (U* other); variable
240 template<typename U> wp& operator = (const wp<U>& other); variable
241 template<typename U> wp& operator = (const sp<U>& other); variable
268 inline bool operator == (const wp<T>& o) const {
272 inline bool operator == (const wp<U>& o) const {
276 inline bool operator > (const wp<T>& o) const {
280 inline bool operator > (const wp<U>& o) const {
284 inline bool operator < (const wp<T>& o) const {
288 inline bool operator < (const wp<U>& o) const {
291 … inline bool operator != (const wp<T>& o) const { return m_refs != o.m_refs; }
292 template<typename U> inline bool operator != (const wp<U>& o) const { return !operator == (o); }
293 inline bool operator <= (const wp<T>& o) const { return !operator > (o); }
294 template<typename U> inline bool operator <= (const wp<U>& o) const { return !operator > (o); }
295 inline bool operator >= (const wp<T>& o) const { return !operator < (o); }
296 template<typename U> inline bool operator >= (const wp<U>& o) const { return !operator < (o); }
307 TextOutput& operator<<(TextOutput& to, const wp<T>& val);
370 wp<T>& wp<T>::operator = (T* other)
381 wp<T>& wp<T>::operator = (const wp<T>& other)
393 wp<T>& wp<T>::operator = (const sp<T>& other)
405 wp<T>& wp<T>::operator = (U* other)
416 wp<T>& wp<T>::operator = (const wp<U>& other)
428 wp<T>& wp<T>::operator = (const sp<U>& other)
468 inline TextOutput& operator<<(TextOutput& to, const wp<T>& val)
490 virtual void operator()(size_t i) const { in move_references()
510 virtual void operator()(size_t i) const { in move_references()