Home
last modified time | relevance | path

Searched refs:stackEnd_ (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 …ty) : allocator_(allocator), ownAllocator_(0), stack_(0), stackTop_(0), stackEnd_(0), initialCapac… in Stack()
49 stackEnd_(rhs.stackEnd_), in Stack()
56 rhs.stackEnd_ = 0; in Stack()
75 stackEnd_ = rhs.stackEnd_;
82 rhs.stackEnd_ = 0;
94 internal::Swap(stackEnd_, rhs.stackEnd_); in Swap()
106 stackEnd_ = 0; in ShrinkToFit()
117 if (RAPIDJSON_UNLIKELY(stackTop_ + sizeof(T) * count > stackEnd_))
129 RAPIDJSON_ASSERT(stackTop_ + sizeof(T) * count <= stackEnd_);
177 size_t GetCapacity() const { return static_cast<size_t>(stackEnd_ - stack_); } in GetCapacity()
[all …]