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

Method QueryUnsignedValue

native/thirdpart/tinyxml2/tinyxml2.cpp:1453–1459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1451
1452
1453XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const
1454{
1455 if ( XMLUtil::ToUnsigned( Value(), value )) {
1456 return XML_SUCCESS;
1457 }
1458 return XML_WRONG_ATTRIBUTE_TYPE;
1459}
1460
1461
1462XMLError XMLAttribute::QueryInt64Value(int64_t* value) const

Callers 1

QueryUnsignedAttributeFunction · 0.80

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected