MCPcopy Create free account
hub / github.com/crossuo/crossuo / Size

Method Size

external/tinyxml2.h:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 int Size() const {
276 TIXMLASSERT( _size >= 0 );
277 return _size;
278 }
279
280 int Capacity() const {
281 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