Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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