MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / SetValue

Method SetValue

Source/ThirdParty/tinyxml2/tinyxml2.cpp:771–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

769}
770
771void XMLNode::SetValue( const char* str, bool staticMem )
772{
773 if ( staticMem ) {
774 _value.SetInternedStr( str );
775 }
776 else {
777 _value.SetStr( str );
778 }
779}
780
781XMLNode* XMLNode::DeepClone(XMLDocument* target) const
782{

Callers 7

OldFilesMethod · 0.80
ResourcesMethod · 0.80
SetTextMethod · 0.80
NewCommentMethod · 0.80
NewTextMethod · 0.80
NewDeclarationMethod · 0.80
NewUnknownMethod · 0.80

Calls 2

SetInternedStrMethod · 0.80
SetStrMethod · 0.80

Tested by

no test coverage detected