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

Function XMLConstHandle

native/thirdpart/tinyxml2/tinyxml2.h:2140–2141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2138 explicit XMLConstHandle( const XMLNode& node ) : _node( &node ) {
2139 }
2140 XMLConstHandle( const XMLConstHandle& ref ) : _node( ref._node ) {
2141 }
2142
2143 XMLConstHandle& operator=( const XMLConstHandle& ref ) {
2144 _node = ref._node;

Callers 8

FirstChildFunction · 0.85
FirstChildElementFunction · 0.85
LastChildFunction · 0.85
LastChildElementFunction · 0.85
PreviousSiblingFunction · 0.85
PreviousSiblingElementFunction · 0.85
NextSiblingFunction · 0.85
NextSiblingElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected