Home
last modified time | relevance | path

Searched refs:refcount (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dallocators.h143 size_t refcount; member
188 shared_->refcount = 1; in chunk_capacity_()
213 shared_->refcount = 1; in chunk_capacity_()
221 RAPIDJSON_NOEXCEPT_ASSERT(shared_->refcount > 0); in MemoryPoolAllocator()
222 ++shared_->refcount; in MemoryPoolAllocator()
226 RAPIDJSON_NOEXCEPT_ASSERT(rhs.shared_->refcount > 0);
227 ++rhs.shared_->refcount;
241 RAPIDJSON_NOEXCEPT_ASSERT(rhs.shared_->refcount > 0); in MemoryPoolAllocator()
246 RAPIDJSON_NOEXCEPT_ASSERT(rhs.shared_->refcount > 0);
264 if (shared_->refcount > 1) { in ~MemoryPoolAllocator()
[all …]