Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Trace
Method · 0.45
CStrSize
Function · 0.45
MarkInUse
Method · 0.45
Clear
Method · 0.45
Print
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected