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

Method GetSize

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

Source from the content-addressed store, hash-verified

174
175 bool Empty() const { return stackTop_ == stack_; }
176 size_t GetSize() const { return static_cast<size_t>(stackTop_ - stack_); }
177 size_t GetCapacity() const { return static_cast<size_t>(stackEnd_ - stack_); }
178
179private:

Callers 15

IsValidMethod · 0.45
GenericDocumentClass · 0.45
ClearStackMethod · 0.45
GetSizeFunction · 0.45
EndObjectMethod · 0.45
EndArrayMethod · 0.45
PrettyPrefixMethod · 0.45
WriteIndentMethod · 0.45
GetSizeFunction · 0.45
EndObjectMethod · 0.45
EndArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected