Home
last modified time | relevance | path

Searched defs:RefBase (Results 1 – 2 of 2) sorted by relevance

/utils/native/base/src/
Drefbase.cpp264 RefBase::RefBase() : refs_(new RefCounter()) in RefBase() function in OHOS::RefBase
270 RefBase::RefBase(const RefBase &) in RefBase() argument
290 RefBase &RefBase::operator=(const RefBase &) in operator =()
306 RefBase::RefBase(RefBase &&other) noexcept in RefBase() function in OHOS::RefBase
/utils/native/base/include/
Drefbase.h26 class RefBase; variable
31 friend class RefBase; variable