Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
Drefbase.cpp417 RefBase::RefBase() : refs_(new RefCounter()) in RefBase() function in OHOS::RefBase
426 RefBase::RefBase(const RefBase &) in RefBase() function in OHOS::RefBase
456 RefBase &RefBase::operator=(const RefBase &) in operator =()
475 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