Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
Drefbase.cpp473 RefBase::RefBase() : refs_(new RefCounter()) in RefBase() function in OHOS::RefBase
482 RefBase::RefBase(const RefBase &) in RefBase() function in OHOS::RefBase
512 RefBase &RefBase::operator=(const RefBase &) in operator =()
531 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