Home | History | Annotate | Download | only in utils

Lines Matching refs: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,
212 typedef typename RefBase::weakref_type weakref_type;
472 // for sp<TYPE> or wp<TYPE> when TYPE is a descendant of RefBase:
473 // Using a sp<RefBase> override doesn't work; it's a bit like we wanted
474 // a template<typename TYPE inherits RefBase> template...
517 // have trivial copy operation in the general case (see RefBase.cpp