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

Method Print

deps/tinyxml2/tinyxml2.cpp:2386–2395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2384
2385
2386void XMLDocument::Print( XMLPrinter* streamer ) const
2387{
2388 if ( streamer ) {
2389 Accept( streamer );
2390 }
2391 else {
2392 XMLPrinter stdoutStreamer( stdout );
2393 Accept( &stdoutStreamer );
2394 }
2395}
2396
2397
2398void XMLDocument::SetError( XMLError error, int lineNum, const char* format, ... )

Callers 1

getManifestInfoMethod · 0.80

Calls 5

AcceptFunction · 0.85
TIXML_VSCPRINTFFunction · 0.85
TIXML_VSNPRINTFFunction · 0.85
PushArrMethod · 0.80
SizeMethod · 0.45

Tested by

no test coverage detected