MCPcopy Create free account
hub / github.com/avast/retdec / Size

Method Size

deps/tinyxml2/include/tinyxml2/tinyxml2.h:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected