Home
last modified time | relevance | path

Searched refs:QueryFloatText (Results 1 – 3 of 3) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp1776 XMLError XMLElement::QueryFloatText( float* fval ) const in QueryFloatText() function in tinyxml2::XMLElement
1833 QueryFloatText(&f); in FloatText()
Dtinyxml2.h1628 XMLError QueryFloatText( float* fval ) const;
Dxmltest.cpp1739 XMLError queryResult = pointElement->FirstChildElement( "x" )->QueryFloatText( &floatValue ); in main()