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

Method GetSize

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

Source from the content-addressed store, hash-verified

188
189 bool Empty() const { return stackTop_ == stack_; }
190 size_t GetSize() const { return static_cast<size_t>(stackTop_ - stack_); }
191 size_t GetCapacity() const { return static_cast<size_t>(stackEnd_ - stack_); }
192
193private:

Callers 15

IsValidMethod · 0.45
GenericSchemaDocumentMethod · 0.45
CreateSchemaValidatorMethod · 0.45
GenericDocumentClass · 0.45
ClearStackMethod · 0.45
GetSizeFunction · 0.45
EndObjectMethod · 0.45
EndArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected