MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / ToStr

Method ToStr

native/thirdpart/tinyxml2/tinyxml2.cpp:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564
565
566void XMLUtil::ToStr( int v, char* buffer, int bufferSize )
567{
568 TIXML_SNPRINTF( buffer, bufferSize, "%d", v );
569}
570
571
572void XMLUtil::ToStr( unsigned v, char* buffer, int bufferSize )

Callers

nothing calls this directly

Calls 1

TIXML_SNPRINTFFunction · 0.85

Tested by

no test coverage detected