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

Method SetValue

Source/ThirdParty/tinyxml2/tinyxml2.cpp:748–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746}
747
748void XMLNode::SetValue( const char* str, bool staticMem )
749{
750 if ( staticMem ) {
751 _value.SetInternedStr( str );
752 }
753 else {
754 _value.SetStr( str );
755 }
756}
757
758
759void XMLNode::DeleteChildren()

Callers 6

SetTextMethod · 0.45
NewCommentMethod · 0.45
NewTextMethod · 0.45
NewDeclarationMethod · 0.45
NewUnknownMethod · 0.45
SetValueFunction · 0.45

Calls 2

SetInternedStrMethod · 0.80
SetStrMethod · 0.80

Tested by

no test coverage detected