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

Method UnsignedAttribute

native/thirdpart/tinyxml2/tinyxml2.cpp:1614–1619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1612}
1613
1614unsigned XMLElement::UnsignedAttribute(const char* name, unsigned defaultValue) const
1615{
1616 unsigned i = defaultValue;
1617 QueryUnsignedAttribute(name, &i);
1618 return i;
1619}
1620
1621int64_t XMLElement::Int64Attribute(const char* name, int64_t defaultValue) const
1622{

Callers

nothing calls this directly

Calls 1

QueryUnsignedAttributeFunction · 0.85

Tested by

no test coverage detected