Searched refs:QueryFloatText (Results 1 – 3 of 3) sorted by relevance
1776 XMLError XMLElement::QueryFloatText( float* fval ) const in QueryFloatText() function in tinyxml2::XMLElement1833 QueryFloatText(&f); in FloatText()
1628 XMLError QueryFloatText( float* fval ) const;
1739 XMLError queryResult = pointElement->FirstChildElement( "x" )->QueryFloatText( &floatValue ); in main()