MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Pop

Method Pop

Source/ThirdParty/rapidjson/internal/stack.h:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149 template<typename T>
150 T* Pop(size_t count) {
151 RAPIDJSON_ASSERT(GetSize() >= count * sizeof(T));
152 stackTop_ -= count * sizeof(T);
153 return reinterpret_cast<T*>(stackTop_);
154 }
155
156 template<typename T>
157 T* Top() {

Callers 9

WriteIntMethod · 0.45
WriteUintMethod · 0.45
WriteInt64Method · 0.45
WriteUint64Method · 0.45
WriteDoubleMethod · 0.45
ParseModuleInnerAsyncMethod · 0.45
LeaveScopeMethod · 0.45
ParseInheritanceMethod · 0.45

Calls 1

GetSizeFunction · 0.50

Tested by

no test coverage detected