Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dstack.h41 …_t stackCapacity) : allocator_(allocator), ownAllocator_(0), stack_(0), stackTop_(0), stackEnd_(0)… in Stack()
49 stackTop_(rhs.stackTop_), in Stack()
56 rhs.stackTop_ = 0; in Stack()
75 stackTop_ = rhs.stackTop_;
82 rhs.stackTop_ = 0;
94 internal::Swap(stackTop_, rhs.stackTop_); in Swap()
99 void Clear() { stackTop_ = stack_; } in Clear()
106 stackTop_ = 0; in ShrinkToFit()
118 … if (RAPIDJSON_UNLIKELY(static_cast<std::ptrdiff_t>(sizeof(T) * count) > (stackEnd_ - stackTop_)))
130 RAPIDJSON_ASSERT(stackTop_);
[all …]