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

Method QueryDoubleValue

native/thirdpart/tinyxml2/tinyxml2.cpp:1498–1504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1496
1497
1498XMLError XMLAttribute::QueryDoubleValue( double* value ) const
1499{
1500 if ( XMLUtil::ToDouble( Value(), value )) {
1501 return XML_SUCCESS;
1502 }
1503 return XML_WRONG_ATTRIBUTE_TYPE;
1504}
1505
1506
1507void XMLAttribute::SetAttribute( const char* v )

Callers 1

QueryDoubleAttributeFunction · 0.80

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected