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

Method Value

native/thirdpart/tinyxml2/tinyxml2.cpp:817–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815}
816
817const char* XMLNode::Value() const
818{
819 // Edge case: XMLDocuments don't have a Value. Return null.
820 if ( this->ToDocument() )
821 return 0;
822 return _value.GetStr();
823}
824
825void XMLNode::SetValue( const char* str, bool staticMem )
826{

Callers 15

QueryStringAttributeFunction · 0.45
ParseDeepMethod · 0.45
ShallowEqualMethod · 0.45
AttributeMethod · 0.45
GetTextMethod · 0.45
QueryIntTextMethod · 0.45
QueryUnsignedTextMethod · 0.45
QueryInt64TextMethod · 0.45
QueryUnsigned64TextMethod · 0.45
QueryBoolTextMethod · 0.45
QueryDoubleTextMethod · 0.45
QueryFloatTextMethod · 0.45

Calls 1

GetStrMethod · 0.80

Tested by

no test coverage detected