MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / Size

Method Size

Source/ThirdParty/tinyxml2/tinyxml2.h:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }
268
269 int Size() const {
270 TIXMLASSERT( _size >= 0 );
271 return _size;
272 }
273
274 int Capacity() const {
275 TIXMLASSERT( _allocated >= INITIAL_SIZE );

Callers 5

TraceMethod · 0.45
CStrSizeFunction · 0.45
MarkInUseMethod · 0.45
ClearMethod · 0.45
PrintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected