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

Method QueryFloatValue

native/thirdpart/tinyxml2/tinyxml2.cpp:1489–1495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1487
1488
1489XMLError XMLAttribute::QueryFloatValue( float* value ) const
1490{
1491 if ( XMLUtil::ToFloat( Value(), value )) {
1492 return XML_SUCCESS;
1493 }
1494 return XML_WRONG_ATTRIBUTE_TYPE;
1495}
1496
1497
1498XMLError XMLAttribute::QueryDoubleValue( double* value ) const

Callers 1

QueryFloatAttributeFunction · 0.80

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected