MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / Size

Method Size

Engine/lib/tinyxml/tinyxml2.h:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 }
271
272 int Size() const {
273 TIXMLASSERT( _size >= 0 );
274 return _size;
275 }
276
277 int Capacity() const {
278 TIXMLASSERT( _allocated >= INITIAL_SIZE );

Callers 8

TraceMethod · 0.45
CStrSizeFunction · 0.45
MarkInUseMethod · 0.45
ClearMethod · 0.45
PrintMethod · 0.45
GetLeftPanelWidthMethod · 0.45
HandleWsEventFunction · 0.45
RedrawWindowLFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected