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

Function QueryDoubleAttribute

native/thirdpart/tinyxml2/tinyxml2.h:1387–1393  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1385 }
1386 /// See QueryIntAttribute()
1387 XMLError QueryDoubleAttribute( const char* name, double* value ) const {
1388 const XMLAttribute* a = FindAttribute( name );
1389 if ( !a ) {
1390 return XML_NO_ATTRIBUTE;
1391 }
1392 return a->QueryDoubleValue( value );
1393 }
1394 /// See QueryIntAttribute()
1395 XMLError QueryFloatAttribute( const char* name, float* value ) const {
1396 const XMLAttribute* a = FindAttribute( name );

Callers 2

QueryAttributeFunction · 0.85
DoubleAttributeMethod · 0.85

Calls 1

QueryDoubleValueMethod · 0.80

Tested by

no test coverage detected