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

Method Int64Attribute

native/thirdpart/tinyxml2/tinyxml2.cpp:1621–1626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1619}
1620
1621int64_t XMLElement::Int64Attribute(const char* name, int64_t defaultValue) const
1622{
1623 int64_t i = defaultValue;
1624 QueryInt64Attribute(name, &i);
1625 return i;
1626}
1627
1628uint64_t XMLElement::Unsigned64Attribute(const char* name, uint64_t defaultValue) const
1629{

Callers

nothing calls this directly

Calls 1

QueryInt64AttributeFunction · 0.85

Tested by

no test coverage detected