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

Function FirstChild

native/thirdpart/tinyxml2/tinyxml2.h:769–771  ·  view source on GitHub ↗

Get the first child node, or null if none exists.

Source from the content-addressed store, hash-verified

767
768 /// Get the first child node, or null if none exists.
769 const XMLNode* FirstChild() const {
770 return _firstChild;
771 }
772
773 XMLNode* FirstChild() {
774 return _firstChild;

Callers 11

AcceptMethod · 0.85
ParseDeepMethod · 0.85
GetTextMethod · 0.85
SetTextMethod · 0.85
QueryIntTextMethod · 0.85
QueryUnsignedTextMethod · 0.85
QueryInt64TextMethod · 0.85
QueryUnsigned64TextMethod · 0.85
QueryBoolTextMethod · 0.85
QueryDoubleTextMethod · 0.85
QueryFloatTextMethod · 0.85

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected