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

Function QueryUnsignedAttribute

native/thirdpart/tinyxml2/tinyxml2.h:1352–1358  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1350
1351 /// See QueryIntAttribute()
1352 XMLError QueryUnsignedAttribute( const char* name, unsigned int* value ) const {
1353 const XMLAttribute* a = FindAttribute( name );
1354 if ( !a ) {
1355 return XML_NO_ATTRIBUTE;
1356 }
1357 return a->QueryUnsignedValue( value );
1358 }
1359
1360 /// See QueryIntAttribute()
1361 XMLError QueryInt64Attribute(const char* name, int64_t* value) const {

Callers 2

QueryAttributeFunction · 0.85
UnsignedAttributeMethod · 0.85

Calls 1

QueryUnsignedValueMethod · 0.80

Tested by

no test coverage detected