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

Method SetValue

native/thirdpart/tinyxml2/tinyxml2.cpp:825–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823}
824
825void XMLNode::SetValue( const char* str, bool staticMem )
826{
827 if ( staticMem ) {
828 _value.SetInternedStr( str );
829 }
830 else {
831 _value.SetStr( str );
832 }
833}
834
835XMLNode* XMLNode::DeepClone(XMLDocument* target) const
836{

Callers 5

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

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected