Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
Drefbase.cpp390 RefBase::RefBase() : refs_(new RefCounter()) in RefBase() function in OHOS::RefBase
396 RefBase::RefBase(const RefBase &) in RefBase() function in OHOS::RefBase
416 RefBase &RefBase::operator=(const RefBase &) in operator =()
432 RefBase::RefBase(RefBase &&other) noexcept in RefBase() function in OHOS::RefBase
/commonlibrary/c_utils/base/include/
Drefbase.h49 class RefBase; variable
77 friend class RefBase; variable