Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
Drefbase.cpp372 RefBase::RefBase() : refs_(new RefCounter()) in RefBase() function in OHOS::RefBase
378 RefBase::RefBase(const RefBase &) in RefBase() function in OHOS::RefBase
398 RefBase &RefBase::operator=(const RefBase &) in operator =()
414 RefBase::RefBase(RefBase &&other) noexcept in RefBase() function in OHOS::RefBase
/commonlibrary/c_utils/base/include/
Drefbase.h29 class RefBase; variable
38 friend class RefBase; variable