MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / NewUnknown

Method NewUnknown

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1923–1930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1921
1922
1923XMLUnknown* XMLDocument::NewUnknown( const char* str )
1924{
1925 TIXMLASSERT( sizeof( XMLUnknown ) == _commentPool.ItemSize() );
1926 XMLUnknown* unk = new (_commentPool.Alloc()) XMLUnknown( this );
1927 unk->_memPool = &_commentPool;
1928 unk->SetValue( str );
1929 return unk;
1930}
1931
1932static FILE* callfopen( const char* filepath, const char* mode )
1933{

Callers 1

ShallowCloneMethod · 0.80

Calls 3

ItemSizeMethod · 0.45
AllocMethod · 0.45
SetValueMethod · 0.45

Tested by

no test coverage detected