MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Pop

Method Pop

rapidjson/internal/stack.h:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135 template<typename T>
136 T* Pop(size_t count) {
137 RAPIDJSON_ASSERT(GetSize() >= count * sizeof(T));
138 stackTop_ -= count * sizeof(T);
139 return reinterpret_cast<T*>(stackTop_);
140 }
141
142 template<typename T>
143 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