MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / Pop

Method Pop

include/cereal/external/rapidjson/internal/stack.h:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137 template<typename T>
138 T* Pop(size_t count) {
139 CEREAL_RAPIDJSON_ASSERT(GetSize() >= count * sizeof(T));
140 stackTop_ -= count * sizeof(T);
141 return reinterpret_cast<T*>(stackTop_);
142 }
143
144 template<typename T>
145 T* Top() {

Callers 5

WriteIntMethod · 0.45
WriteUintMethod · 0.45
WriteInt64Method · 0.45
WriteUint64Method · 0.45
WriteDoubleMethod · 0.45

Calls 1

GetSizeFunction · 0.50

Tested by

no test coverage detected