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

Method Empty

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

Source from the content-addressed store, hash-verified

187 }
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

Callers 15

AddSchemaRefsMethod · 0.45
ResetMethod · 0.45
GetInvalidSchemaCodeMethod · 0.45
EndMissingPropertiesMethod · 0.45
BeginValueMethod · 0.45
EndValueMethod · 0.45
EndObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected