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

Method QueryInt64Value

native/thirdpart/tinyxml2/tinyxml2.cpp:1462–1468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1460
1461
1462XMLError XMLAttribute::QueryInt64Value(int64_t* value) const
1463{
1464 if (XMLUtil::ToInt64(Value(), value)) {
1465 return XML_SUCCESS;
1466 }
1467 return XML_WRONG_ATTRIBUTE_TYPE;
1468}
1469
1470
1471XMLError XMLAttribute::QueryUnsigned64Value(uint64_t* value) const

Callers 1

QueryInt64AttributeFunction · 0.80

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected