Searched defs:RefBase (Results 1 – 6 of 6) sorted by relevance
234 RefBase::RefBase() : refs_(new RefCounter()) in RefBase() function in OHOS::RefBase242 RefBase::RefBase(const RefBase& /*other*/) in RefBase() argument264 RefBase &RefBase::operator=(const RefBase& /*other*/) in operator =()280 RefBase::RefBase(RefBase &&other) noexcept in RefBase() function in OHOS::RefBase
377 RefBase::RefBase() : refs_(new RefCounter()) in RefBase() function in OHOS::RefBase383 RefBase::RefBase(const RefBase &) in RefBase() argument403 RefBase &RefBase::operator=(const RefBase &) in operator =()419 RefBase::RefBase(RefBase &&other) noexcept in RefBase() function in OHOS::RefBase
55 class RefBase; variable84 friend class RefBase; variable
229 RefBase::RefBase() : refs_(new RefCounter()) in RefBase() function in OHOS::RefBase237 RefBase::RefBase(const RefBase &other) in RefBase() function in OHOS::RefBase271 RefBase::RefBase(RefBase &&other) noexcept in RefBase() function in OHOS::RefBase
24 class RefBase; variable
82 class RefBase; variable