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