Home | History | Annotate | Download | only in utils

Lines Matching defs:RefBase

69 class RefBase
83 RefBase* refBase() const;
125 typedef RefBase basetype;
128 RefBase();
129 virtual ~RefBase();
154 RefBase(const RefBase& o);
155 RefBase& operator=(const RefBase& o);
165 static void renameRefId(RefBase* ref,
220 typedef typename RefBase::weakref_type weakref_type;
480 // for sp<TYPE> or wp<TYPE> when TYPE is a descendant of RefBase:
481 // Using a sp<RefBase> override doesn't work; it's a bit like we wanted
482 // a template<typename TYPE inherits RefBase> template...
527 // have trivial copy operation in the general case (see RefBase.cpp