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

Function GetSize

Source/ThirdParty/rapidjson/memorybuffer.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 size_t GetSize() const { return stack_.GetSize(); }
55
56 static const size_t kDefaultCapacity = 256;
57 mutable internal::Stack<Allocator> stack_;

Callers 15

ValidateMethod · 0.50
AddDetailedStatisticsMethod · 0.50
AddStatisticsMethod · 0.50
PrintDetailedMapMethod · 0.50
AllocMethod · 0.50
ClearMethod · 0.50
ShrinkToFitMethod · 0.50
PopMethod · 0.50

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected