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