Home
last modified time | relevance | path

Searched refs:GetCapacity (Results 1 – 2 of 2) 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.h177 size_t GetCapacity() const { return static_cast<size_t>(stackEnd_ - stack_); } in GetCapacity() function
189 newCapacity = GetCapacity(); in Expand()
201 stack_ = static_cast<char*>(allocator_->Realloc(stack_, GetCapacity(), newCapacity)); in Resize()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Ddocument.h2314 size_t GetStackCapacity() const { return stack_.GetCapacity(); }