Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dstack.h35 …_t stackCapacity) : allocator_(allocator), ownAllocator_(0), stack_(0), stackTop_(0), stackEnd_(0)… in Stack()
44 stackTop_(rhs.stackTop_), in Stack()
51 rhs.stackTop_ = 0; in Stack()
70 stackTop_ = rhs.stackTop_;
77 rhs.stackTop_ = 0;
89 internal::Swap(stackTop_, rhs.stackTop_); in Swap()
94 void Clear() { stackTop_ = stack_; } in Clear()
101 stackTop_ = 0; in ShrinkToFit()
113 if (stackTop_ + sizeof(T) * count >= stackEnd_)
116 T* ret = reinterpret_cast<T*>(stackTop_);
[all …]