Searched defs:RefCount (Results 1 – 4 of 4) sorted by relevance
18 RefCount::RefCount() in RefCount() function in OHOS::DistributedData::RefCount22 RefCount::RefCount(std::function<void()> action) in RefCount() function in OHOS::DistributedData::RefCount31 RefCount::RefCount(const RefCount &other) in RefCount() function in OHOS::DistributedData::RefCount39 RefCount::RefCount(RefCount &&other) noexcept in RefCount() function in OHOS::DistributedData::RefCount
41 using RefCount = DistributedData::RefCount; variable
38 using RefCount = DistributedData::RefCount; variable
86 int32_t RefCount() const in RefCount() function