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

Method Print

native/thirdpart/tinyxml2/tinyxml2.cpp:2446–2455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2444
2445
2446void XMLDocument::Print( XMLPrinter* streamer ) const
2447{
2448 if ( streamer ) {
2449 Accept( streamer );
2450 }
2451 else {
2452 XMLPrinter stdoutStreamer( stdout );
2453 Accept( &stdoutStreamer );
2454 }
2455}
2456
2457
2458void XMLDocument::ClearError() {

Callers 1

toXMLMethod · 0.80

Calls 4

TIXML_VSCPRINTFFunction · 0.85
TIXML_VSNPRINTFFunction · 0.85
SizeMethod · 0.80
PushArrMethod · 0.80

Tested by

no test coverage detected