Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dstack.h40 …_t stackCapacity) : allocator_(allocator), ownAllocator_(0), stack_(0), stackTop_(0), stackEnd_(0)… in Stack()
48 stackTop_(rhs.stackTop_), in Stack()
55 rhs.stackTop_ = 0; in Stack()
74 stackTop_ = rhs.stackTop_;
81 rhs.stackTop_ = 0;
93 internal::Swap(stackTop_, rhs.stackTop_); in Swap()
98 void Clear() { stackTop_ = stack_; } in Clear()
105 stackTop_ = 0; in ShrinkToFit()
117 if (RAPIDJSON_UNLIKELY(stackTop_ + sizeof(T) * count > stackEnd_))
129 RAPIDJSON_ASSERT(stackTop_ + sizeof(T) * count <= stackEnd_);
[all …]